add native GCS support for artifact repository
This commit is contained in:
parent
eea5b76e2a
commit
062554bc19
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ data:
|
||||||
{{- if .Values.artifactRepository.s3.useSDKCreds }}
|
{{- if .Values.artifactRepository.s3.useSDKCreds }}
|
||||||
useSDKCreds: {{ .Values.artifactRepository.s3.useSDKCreds }}
|
useSDKCreds: {{ .Values.artifactRepository.s3.useSDKCreds }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
gcs:
|
||||||
|
bucket: {{ .Values.artifactRepository.gcs.bucket | default .Values.minio.defaultBucket.name }}
|
||||||
|
key: {{ .Values.artifactRepository.gcs.bucket }}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
{{- if .Values.controller.metricsConfig.enabled }}
|
{{- if .Values.controller.metricsConfig.enabled }}
|
||||||
metricsConfig:
|
metricsConfig:
|
||||||
|
|
Loading…
Reference in a new issue