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 }}
{{- end }}
{{- if .Values.artifactRepository.gcs }}
gcp:
gcs:
{{ toYaml .Values.artifactRepository.gcs | indent 8}}
{{- else }}
s3: