Fix command
This commit is contained in:
parent
12bda208e6
commit
ad67411ae0
1 changed files with 2 additions and 2 deletions
|
@ -87,9 +87,9 @@ spec:
|
||||||
image: "{{ .Values.updater.image.repository }}:{{ .Values.updater.image.tag }}"
|
image: "{{ .Values.updater.image.repository }}:{{ .Values.updater.image.tag }}"
|
||||||
imagePullPolicy: {{ .Values.updater.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.updater.image.pullPolicy }}
|
||||||
{{- if .Values.updater.ssh.enabled }}
|
{{- if .Values.updater.ssh.enabled }}
|
||||||
command: ["/webhook-runner.sh ssh"]
|
command: ["/webhook-runner.sh", "ssh"]
|
||||||
{{- else }}
|
{{- else }}
|
||||||
command: ["/webhook-runner.sh http"]
|
command: ["/webhook-runner.sh", "http"]
|
||||||
{{- end }}
|
{{- end }}
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
|
|
Loading…
Reference in a new issue