From a8748ca2650779da96356d7a09b5289f2b100742 Mon Sep 17 00:00:00 2001 From: Yuriy Gapon Date: Wed, 29 Apr 2020 22:00:50 -0400 Subject: [PATCH] Revert "removed trailing new line at the end of workflow controller config map template file" This reverts commit e4fe050e54a83f331432789acbfea8172017d552. --- 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 b756cfdc..ae73d117 100644 --- a/charts/argo/templates/workflow-controller-config-map.yaml +++ b/charts/argo/templates/workflow-controller-config-map.yaml @@ -57,4 +57,4 @@ data: {{ toYaml .Values.controller.persistence | indent 6 }}{{- end }} {{- if .Values.controller.workflowDefaults }} workflowDefaults: -{{ toYaml .Values.controller.workflowDefaults | indent 6 }}{{- end }} \ No newline at end of file +{{ toYaml .Values.controller.workflowDefaults | indent 6 }}{{- end }}