feat(argo-workflows): Make workflow controller ConfigMap optional (#2354)
This commit is contained in:
parent
7f95a5f9f0
commit
7261decaf8
7 changed files with 23 additions and 6 deletions
|
|
@ -45,7 +45,7 @@ spec:
|
|||
command: [ "workflow-controller" ]
|
||||
args:
|
||||
- "--configmap"
|
||||
- "{{ template "argo-workflows.controller.fullname" . }}-configmap"
|
||||
- "{{ 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…
Add table
Add a link
Reference in a new issue