From be07c8d93c9d1cfed14ce8c2779bbc8479369fbc Mon Sep 17 00:00:00 2001 From: Yuriy Gapon Date: Wed, 29 Apr 2020 21:53:12 -0400 Subject: [PATCH] fixed merging issue. added missing end tag --- charts/argo/templates/workflow-controller-config-map.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo/templates/workflow-controller-config-map.yaml b/charts/argo/templates/workflow-controller-config-map.yaml index 5df0b6a4..b756cfdc 100644 --- a/charts/argo/templates/workflow-controller-config-map.yaml +++ b/charts/argo/templates/workflow-controller-config-map.yaml @@ -38,6 +38,7 @@ data: {{- end }} {{- if .Values.artifactRepository.s3.region }} region: {{ .Values.artifactRepository.s3.region }} + {{- end }} {{- if .Values.artifactRepository.s3.roleARN }} roleARN: {{ .Values.artifactRepository.s3.roleARN }} {{- end }}