-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Declaratively add helm repositories #747
Comments
I think this request makes sense. Question is, is there a way to infer what values to use for If not, one way is that we introduce a helm specific section in the argocd-cm ConfigMap where we hold global helm repo's, urls, and username/passwords as secret references. This is also relevant to the work we are doing for: |
I don't think there's a way to infer that, but I am not helm specialist :) The option to introduce a a helm specific section in the argocd-cm ConfigMap seems to me the most declarative and flexible way to implement this. |
The istio helm chart is example of where they use subcharts (in the same repo) and may require repo registration. When trying to create istio from the path:
|
@alexmt - when using disposable HELM_HOME directories, please initiate the helm dir using the command: |
Hello, I'm facing a problem where one of my
requirements.yaml
is hosted on a non-default repo.It would be nice to have a way to add the repo to helm in a declarative way. Currently my argocd deploy fails due to the fact that it needs to execute "helm repo add" :(
Thanks in advance, and thank you for this great project :)
The text was updated successfully, but these errors were encountered: