From e4fe050e54a83f331432789acbfea8172017d552 Mon Sep 17 00:00:00 2001 From: Yuriy Gapon Date: Wed, 29 Apr 2020 21:45:32 -0400 Subject: [PATCH] removed trailing new line at the end of workflow controller config map template file --- charts/argo/templates/workflow-controller-config-map.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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