You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helm support the ability to use helm template . -f https://example.com/values.yaml. I tried this with ArgoCD and it doesn't work since we assume it is a local file.
The text was updated successfully, but these errors were encountered:
jessesuen
added a commit
to jessesuen/argo-cd
that referenced
this issue
Sep 21, 2018
Fixed in backend. An values file to a HTTP URL is supported and can be set in CLI. UI needs to allow inputting this. Will convert the bug for the remaining UI work that needs to be done.
jessesuen
changed the title
Support ability to use a helm values files from a URL
[UI] Support ability to use a helm values files from a URL
Sep 22, 2018
Helm support the ability to use
helm template . -f https://example.com/values.yaml
. I tried this with ArgoCD and it doesn't work since we assume it is a local file.The text was updated successfully, but these errors were encountered: