Fix syntax in workflow-controller-deployment.yaml
Signed-off-by: Florian Wende <florian.wende@qaware.de>
This commit is contained in:
parent
a44264dc53
commit
a4d81f06e5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ spec:
|
|||
command: [ "workflow-controller" ]
|
||||
args:
|
||||
- "--configmap"
|
||||
- {{ template "argo-workflows.controller.config-map.name" . | quote }}
|
||||
- "{{ template "argo-workflows.controller.config-map.name" . }}"
|
||||
- "--executor-image"
|
||||
- "{{- include "argo-workflows.image" (dict "context" . "image" .Values.executor.image) }}:{{ default (include "argo-workflows.defaultTag" .) .Values.executor.image.tag }}"
|
||||
- "--loglevel"
|
||||
|
|
Loading…
Reference in a new issue