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 }}
|
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:
|
||||||
|
|
Loading…
Reference in a new issue