version |
---|
v1.8.0 |
Helmsman allows you to use any private helm repo hosting which supports basic auth (e.g. Artifactory).
For such repos, you need to add the basic auth information in the repo URL as in the example below:
Be aware that some special characters in the username or password can make the URL invalid.
[helmRepos]
# PASS is an env var containing the password
myPrivateRepo = "https://user:[email protected]"
helmRepos:
# PASS is an env var containing the password
myPrivateRepo: "https://user:[email protected]"