helm-controller
helm-controller copied to clipboard
can't use private repos
Trying to use HelmChart resource, there is no username/password field to access private repositories.
I remember once seeing an advice to use:
spec.repo: https://
this flow isn't working - I think it's a bug in helm itself, and opened a ticket: https://github.com/helm/helm/issues/9762 Is it possible to add a dedicate username/password fields? so this can work even if helm doesn't change?
This will require a change to the helm chart spec so that it can support adding more flags to helm install and helm repo commands
+1
any updates on this? 😬