fix gcs key
This commit is contained in:
parent
062554bc19
commit
534c23ce6a
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ data:
|
|||
{{- end }}
|
||||
gcs:
|
||||
bucket: {{ .Values.artifactRepository.gcs.bucket | default .Values.minio.defaultBucket.name }}
|
||||
key: {{ .Values.artifactRepository.gcs.bucket }}
|
||||
key: {{ .Values.artifactRepository.gcs.key }}
|
||||
{{- end}}
|
||||
{{- if .Values.controller.metricsConfig.enabled }}
|
||||
metricsConfig:
|
||||
|
|
Loading…
Reference in a new issue