I want:
to be able to use chart repos that are protected by authentication
So that:
I can continue to securely manage my charts
Describe the solution you'd like:
When a helm repo is already present as a chart repo, re-use that repo instead of creating temp repo. Existing helm repos reside in ~/.helm/repositories.yaml
Describe alternatives you've considered:
Adding more configurations in the access.yaml for helm repos
Reading the credentials for the existing repo from ~/.helm/repositories.yaml and creating a temp repo with those credentials.
As a: Cluster Operator
I want: to be able to use chart repos that are protected by authentication
So that: I can continue to securely manage my charts
Describe the solution you'd like: When a helm repo is already present as a chart repo, re-use that repo instead of creating temp repo. Existing helm repos reside in
~/.helm/repositories.yaml
Describe alternatives you've considered:
access.yaml
for helm repos~/.helm/repositories.yaml
and creating a temp repo with those credentials.Additional context: