diff --git a/charts/argo/templates/workflow-controller-config-map.yaml b/charts/argo/templates/workflow-controller-config-map.yaml index 6b8358f6..5df0b6a4 100644 --- a/charts/argo/templates/workflow-controller-config-map.yaml +++ b/charts/argo/templates/workflow-controller-config-map.yaml @@ -56,4 +56,4 @@ data: {{ toYaml .Values.controller.persistence | indent 6 }}{{- end }} {{- if .Values.controller.workflowDefaults }} workflowDefaults: -{{ toYaml .Values.controller.workflowDefaults | indent 6 }}{{- end }} +{{ toYaml .Values.controller.workflowDefaults | indent 6 }}{{- end }} \ No newline at end of file