Fix command
This commit is contained in:
parent
12bda208e6
commit
ad67411ae0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user