diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 528fd75..8983287 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -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