Changed to command + args
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
variables:
|
variables:
|
||||||
HELM_CHART_VERSION: "99.6.19"
|
HELM_CHART_VERSION: "99.6.20"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|||||||
@@ -87,10 +87,8 @@ spec:
|
|||||||
{{- if eq (.Values.site.container_base | default "debian" ) "debian" }}
|
{{- if eq (.Values.site.container_base | default "debian" ) "debian" }}
|
||||||
command: [ "/init-go/init-go" ]
|
command: [ "/init-go/init-go" ]
|
||||||
{{- else }}
|
{{- else }}
|
||||||
command:
|
command: ["sh"]
|
||||||
- /bin/sh
|
args: ["-c", "/init-go/init-go"]
|
||||||
- -c
|
|
||||||
- /init-go/init-go
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
- name: wordpress
|
- name: wordpress
|
||||||
|
|||||||
Reference in New Issue
Block a user