We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
helm supports different method to get a value file.
https://helm.sh/docs/helm/helm_install/
-f, --values strings specify values in a YAML file or a URL (can specify multiple)
Related code:
https://github.com/helm/helm/blob/9b42702a4bced339ff424a78ad68dd6be6e1a80a/pkg/cli/values/options.go#L107-L121
The text was updated successfully, but these errors were encountered:
Fixed in #52
Sorry, something went wrong.
No branches or pull requests
helm supports different method to get a value file.
https://helm.sh/docs/helm/helm_install/
Related code:
https://github.com/helm/helm/blob/9b42702a4bced339ff424a78ad68dd6be6e1a80a/pkg/cli/values/options.go#L107-L121
The text was updated successfully, but these errors were encountered: