diff --git a/files/template.yaml.tpl b/files/template.yaml.tpl index 1641926..abc39fe 100644 --- a/files/template.yaml.tpl +++ b/files/template.yaml.tpl @@ -178,7 +178,7 @@ volumes: - name: sidecar-helper image: {{ template "image" . }} imagePullPolicy: {{ .Config.sidecar.image.pullPolicy }} - command: ["supervisord", "-c", "/etc/supervisor/supervisord.helper.conf"] + command: ["/usr/local/run-helper.sh"] env: {{ template "wallarmApiVariables" . }} {{ template "wallarmVersion" . }}