diff --git a/charts/argo/templates/workflow-controller-config-map.yaml b/charts/argo/templates/workflow-controller-config-map.yaml index 43699820..8a5b5cd3 100644 --- a/charts/argo/templates/workflow-controller-config-map.yaml +++ b/charts/argo/templates/workflow-controller-config-map.yaml @@ -8,6 +8,9 @@ metadata: heritage: {{ .Release.Service }} data: config: | + {{- if .Values.controller.executor.enabled }} + executor: +{{ toYaml .Values.controller.executor | indent 6}}{{- end -}} {{- if .Values.controller.instanceID.enabled }} {{- if .Values.controller.instanceID.useReleaseName }} instanceID: {{ .Release.Name }}