feat: add support for setting s3 region for artifact repository (#286)
* feat: add support for setting s3 region for artifact repository * Bump chart version
This commit is contained in:
parent
ac44f2d7e1
commit
6c32fbac27
3 changed files with 5 additions and 1 deletions
|
|
@ -36,6 +36,9 @@ data:
|
|||
{{- if .Values.artifactRepository.s3.keyPrefix }}
|
||||
keyPrefix: {{ .Values.artifactRepository.s3.keyPrefix }}
|
||||
{{- end }}
|
||||
{{- if .Values.artifactRepository.s3.region }}
|
||||
region: {{ .Values.artifactRepository.s3.region }}
|
||||
{{- end }}
|
||||
{{- end}}
|
||||
{{- if .Values.controller.metricsConfig.enabled }}
|
||||
metricsConfig:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue