feat: Support GCS artifactRepository (correct key)

This commit is contained in:
jdavey 2020-08-20 00:26:43 +01:00
parent abbc8564ce
commit f8c2aaa8cd

View file

@ -31,7 +31,7 @@ data:
archiveLogs: {{ .Values.artifactRepository.archiveLogs }} archiveLogs: {{ .Values.artifactRepository.archiveLogs }}
{{- end }} {{- end }}
{{- if .Values.artifactRepository.gcs }} {{- if .Values.artifactRepository.gcs }}
gcp: gcs:
{{ toYaml .Values.artifactRepository.gcs | indent 8}} {{ toYaml .Values.artifactRepository.gcs | indent 8}}
{{- else }} {{- else }}
s3: s3: