fixed merging issue. added missing end tag
This commit is contained in:
parent
387d13036b
commit
be07c8d93c
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ data:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.artifactRepository.s3.region }}
|
{{- if .Values.artifactRepository.s3.region }}
|
||||||
region: {{ .Values.artifactRepository.s3.region }}
|
region: {{ .Values.artifactRepository.s3.region }}
|
||||||
|
{{- end }}
|
||||||
{{- if .Values.artifactRepository.s3.roleARN }}
|
{{- if .Values.artifactRepository.s3.roleARN }}
|
||||||
roleARN: {{ .Values.artifactRepository.s3.roleARN }}
|
roleARN: {{ .Values.artifactRepository.s3.roleARN }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue