Fix command

This commit is contained in:
Guilhem Lavaux 2024-12-04 22:42:05 +01:00
parent 12bda208e6
commit ad67411ae0

View File

@ -87,9 +87,9 @@ spec:
image: "{{ .Values.updater.image.repository }}:{{ .Values.updater.image.tag }}"
imagePullPolicy: {{ .Values.updater.image.pullPolicy }}
{{- if .Values.updater.ssh.enabled }}
command: ["/webhook-runner.sh ssh"]
command: ["/webhook-runner.sh", "ssh"]
{{- else }}
command: ["/webhook-runner.sh http"]
command: ["/webhook-runner.sh", "http"]
{{- end }}
ports:
- containerPort: 8000