helm-kubeval icon indicating copy to clipboard operation
helm-kubeval copied to clipboard

A Helm plugin for validating Charts against the Kubernetes schemas

Results 8 helm-kubeval issues
Sort by recently updated
recently updated
newest added

Attempting to install the plugin in GitBash **(using Powershell also fails due to the ".sh" file)**, it errors out with: ```plaintext Installing helm-kubeval v0.13.0 ... tar (child): Cannot execute remote...

Previous PRs didn't add the new options to be filtered to go to kubeval

* Updated the install.sh to be able to pull down and install zip files for Windows * Updated the plugin.yaml to have a windows specific command * Added a run.ps1...

All parameters after the `--` flag will be passed directly to helm. Example usage looks like helm kubeval myChart -- --version 1.0 This is useful for the reasons described in...

Both `helm install` and `helm template` support a `--version` option used to specify the version of a chart to install: --version string specify the exact chart version to install. If...

I could create a PR if you want :)

`bash` is not always available in nix systems but `sh` typically is. Would provide broader support by using `sh` instead of `bash` in the scripts.