UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c50c0b61 authored by Andrew Shoell's avatar Andrew Shoell
Browse files

Merge branch 'PR-80' into 'master'

PR-80

Closes #2476

See merge request !5646
parents 0551b73f 3c81b58e
No related branches found
No related tags found
1 merge request!5646PR-80
Pipeline #3926476 failed
......@@ -16,6 +16,8 @@ stringData:
{{- else if eq .Values.addons.gitlab.objectStorage.iamProfile "" }}
aws_access_key_id: {{ .Values.addons.gitlab.objectStorage.accessKey }}
aws_secret_access_key: {{ .Values.addons.gitlab.objectStorage.accessSecret }}
{{- end }}
{{- if .Values.addons.gitlab.objectStorage.endpoint }}
endpoint: "{{ .Values.addons.gitlab.objectStorage.endpoint }}"
{{- end }}
{{- if eq .Values.addons.gitlab.objectStorage.type "minio" }}
......@@ -36,6 +38,8 @@ stringData:
{{- if eq .Values.addons.gitlab.objectStorage.iamProfile "" }}
accesskey: {{ .Values.addons.gitlab.objectStorage.accessKey }}
secretkey: {{ .Values.addons.gitlab.objectStorage.accessSecret }}
{{- end }}
{{- if .Values.addons.gitlab.objectStorage.endpoint }}
regionendpoint: "{{ .Values.addons.gitlab.objectStorage.endpoint }}"
{{- end }}
region: {{ .Values.addons.gitlab.objectStorage.region }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment