update pleroma init container name
This commit is contained in:
parent
b4c01cbee1
commit
438c5a299b
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: registry-credentials
|
- name: registry-credentials
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: pleroma-init
|
- name: init
|
||||||
image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA}
|
image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA}
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: [ "/init-pleroma.sh" ]
|
command: [ "/init-pleroma.sh" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue