UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f987a367 authored by Ryan Garcia's avatar Ryan Garcia :dizzy: Committed by Cassie Souza
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 5ed32947
No related branches found
No related tags found
1 merge request!1028833-gitlab-object-storage-use_iam_role
Pipeline #544397 failed
......@@ -12,7 +12,7 @@ stringData:
provider: AWS
region: {{ .Values.addons.gitlab.objectStorage.region }}
{{- if ne .Values.addons.gitlab.objectStorage.iamProfile "" }}
use_iam_profile: {{ .Values.addons.gitlab.objectStorage.iamProfile }}
use_iam_profile: true
{{- 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 }}
......
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