microsoft / fabrikate

Making GitOps with Kubernetes easier one component at a time
MIT License
38 stars 5 forks source link

Leverage Existing Helm Repo #259

Closed runyontr closed 5 years ago

runyontr commented 5 years ago

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:

Additional context: