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 URL as path to values file, e.g.: helm template . -f https://example.com/values.yaml.
It doesn't work with gradle helm plugin as it assume values file is a local file.
It also breaks compatibility with some plugins, for example helm-secrets plugin as it uses "secrets://" prefix before path to values file to decrypt it:
helm upgrade name . -f secrets://secrets.yaml
The text was updated successfully, but these errors were encountered:
Helm support the ability to use URL as path to values file, e.g.:
helm template . -f https://example.com/values.yaml
.It doesn't work with gradle helm plugin as it assume values file is a local file.
It also breaks compatibility with some plugins, for example helm-secrets plugin as it uses "secrets://" prefix before path to values file to decrypt it:
helm upgrade name . -f secrets://secrets.yaml
The text was updated successfully, but these errors were encountered: