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