UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b057fe39 authored by Cassie Souza's avatar Cassie Souza
Browse files

Add annotation for task runner

parent 4fdeb7fc
No related branches found
No related tags found
1 merge request!1028833-gitlab-object-storage-use_iam_role
Pipeline #543679 passed with warnings
......@@ -54,6 +54,10 @@ gitlab:
config:
secret: gitlab-object-storage
key: backups
{{- if ne .Values.addons.gitlab.objectStorage.iamProfile "" }}
annotations:
iam.amazonaws.com/role: {{ .Values.addons.gitlab.objectStorage.iamProfile }}
{{- end }}
{{- end }}
gitlab-exporter:
enabled: {{ .Values.monitoring.enabled }}
......
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