github.com/koderover/helm@v2.17.0+incompatible/docs/helm/helm_test.md (about) 1 ## helm test 2 3 Test a release 4 5 ### Synopsis 6 7 8 The test command runs the tests for a release. 9 10 The argument this command takes is the name of a deployed release. 11 The tests to be run are defined in the chart that was installed. 12 13 14 ``` 15 helm test [RELEASE] [flags] 16 ``` 17 18 ### Options 19 20 ``` 21 --cleanup Delete test pods upon completion 22 -h, --help help for test 23 --logs Dump the logs from test pods (this runs after all tests are complete, but before any cleanup 24 --max uint32 Maximum number of test pods to run in parallel (default 20) 25 --parallel Run test pods in parallel 26 --timeout int Time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks) (default 300) 27 --tls Enable TLS for request 28 --tls-ca-cert string Path to TLS CA certificate file (default "$HELM_HOME/ca.pem") 29 --tls-cert string Path to TLS certificate file (default "$HELM_HOME/cert.pem") 30 --tls-hostname string The server name used to verify the hostname on the returned certificates from the server 31 --tls-key string Path to TLS key file (default "$HELM_HOME/key.pem") 32 --tls-verify Enable TLS for request and verify remote 33 ``` 34 35 ### Options inherited from parent commands 36 37 ``` 38 --debug Enable verbose output 39 --home string Location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 40 --host string Address of Tiller. Overrides $HELM_HOST 41 --kube-context string Name of the kubeconfig context to use 42 --kubeconfig string Absolute path of the kubeconfig file to be used 43 --tiller-connection-timeout int The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300) 44 --tiller-namespace string Namespace of Tiller (default "kube-system") 45 ``` 46 47 ### SEE ALSO 48 49 * [helm](helm.md) - The Helm package manager for Kubernetes. 50 51 ###### Auto generated by spf13/cobra on 8-Oct-2019