update pleroma init container name

This commit is contained in:
red 2025-07-04 13:57:11 -04:00
parent b4c01cbee1
commit 438c5a299b

View file

@ -17,7 +17,7 @@ spec:
imagePullSecrets:
- name: registry-credentials
initContainers:
- name: pleroma-init
- name: init
image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA}
imagePullPolicy: IfNotPresent
command: [ "/init-pleroma.sh" ]