Skip to content

Commit

Permalink
fix helper container
Browse files Browse the repository at this point in the history
  • Loading branch information
nedvna committed Mar 21, 2024
1 parent 3df7f1c commit 95a42cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/template.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand Down

0 comments on commit 95a42cb

Please sign in to comment.