Changed to command + args

This commit is contained in:
2023-07-10 18:56:09 +02:00
parent c23ff885f2
commit fa6f0ff85a
2 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
variables:
HELM_CHART_VERSION: "99.6.19"
HELM_CHART_VERSION: "99.6.20"
stages:
- deploy

View File

@@ -87,10 +87,8 @@ spec:
{{- if eq (.Values.site.container_base | default "debian" ) "debian" }}
command: [ "/init-go/init-go" ]
{{- else }}
command:
- /bin/sh
- -c
- /init-go/init-go
command: ["sh"]
args: ["-c", "/init-go/init-go"]
{{- end }}
containers:
- name: wordpress