Set correct command for init container
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
variables:
|
variables:
|
||||||
HELM_CHART_VERSION: "0.5.8"
|
HELM_CHART_VERSION: "0.5.9"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ spec:
|
|||||||
name: {{ include "..fullname" . }}-db-auth
|
name: {{ include "..fullname" . }}-db-auth
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: global-secrets
|
name: global-secrets
|
||||||
|
command: [ "/init-go/init-go" ]
|
||||||
containers:
|
containers:
|
||||||
- name: wordpress
|
- name: wordpress
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
Reference in New Issue
Block a user