UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

833-gitlab-object-storage-use_iam_role

Merged Cassie Souza requested to merge 833-gitlab-object-storage-use_iam_role into master
All threads resolved!
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -655,7 +655,7 @@ addons:
region: ""
# -- Access key for connecting to object storage endpoint.
# -- If using accessKey and accessSecret, the iamProfile must be left as empty string: ""
# -- If using accessKey and accessSecret, the iamProfile must be left as an empty string: ""
accessKey: ""
# -- Secret key for connecting to object storage endpoint.
@@ -666,8 +666,8 @@ addons:
# Example: "prod" will produce "prod-gitlab-bucket"
bucketPrefix: ""
# -- Name of iam profile to use.
# -- If using an iam profile, the accessKey and accessSecret must be left as empty string: ""
# -- Name of AWS IAM profile to use.
# -- If using an AWS IAM profile, the accessKey and accessSecret values must be left as empty strings eg: ""
iamProfile: ""
# -- Values to passthrough to the gitlab chart: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab.git
Loading