feat: Support GCS artifactRepository (correct key)
This commit is contained in:
parent
abbc8564ce
commit
f8c2aaa8cd
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ data:
|
|||
archiveLogs: {{ .Values.artifactRepository.archiveLogs }}
|
||||
{{- end }}
|
||||
{{- if .Values.artifactRepository.gcs }}
|
||||
gcp:
|
||||
gcs:
|
||||
{{ toYaml .Values.artifactRepository.gcs | indent 8}}
|
||||
{{- else }}
|
||||
s3:
|
||||
|
|
Loading…
Reference in a new issue