Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 590 Bytes

s3.md

File metadata and controls

25 lines (18 loc) · 590 Bytes
version
v1.8.0

Using private helm repos in S3

Helmsman allows you to use private charts from private repos. Currently only repos hosted in S3 or GCS buckets are supported for private repos.

You need to provide one of the following env variables:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_DEFAULT_REGION

Helmsman uses the helm s3 plugin to work with S3 helm repos.

[helmRepos]
myPrivateRepo = "s3://this-is-a-private-repo/charts"
helmRepos:
  myPrivateRepo: "s3://this-is-a-private-repo/charts"