Changed to command + args
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user