removed trailing new line at the end of workflow controller config map template file

This commit is contained in:
Yuriy Gapon 2020-04-29 21:45:32 -04:00
parent 0360dc17b9
commit e4fe050e54

View file

@ -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 }}