Assert

assert is a plugin for Helm.
Table of Contents
Installing
$ helm plugin install https://github.com/philzon/helm-assert.git
Usage
$ helm assert
Usage:
assert CONFIG CHART [flags]
Flags:
-l, --log-level string severity level to log ("verbose"|"standard"|"quiet"|"none") (default "normal")
-h, --help help for assert
--json Report should be saved in JSON format
-o, --output string Path to store reports to (default "report")
--password string chart repository password where to locate the requested chart
--repo string chart repository url where to locate the requested chart
--skip stringArray Skip test by name (can specify multiple)
--username string chart repository username where to locate the requested chart
--version string specify the exact chart version to use. If this is not specified, the latest version is used
Documentation
See DOCUMENTATION.md for documentation.
Contributing
See CONTRIBUTING.md on how to contribute.
License
See LICENSE for project license.