mirror of
https://github.com/helm/helm.git
synced 2026-04-22 23:00:01 -04:00
Add a new flags and associated environment variables to override the TLS Settings used when constructing the Kube Client. - `--kube-insecure-skip-tls-verify | HELM_KUBEINSECURE_SKIP_TLS_VERIFY`: if true, the kube api server's certificate will not be checked for validity. This will make your HTTPS connections insecure - `--kube-tls-server-name | HELM_KUBETLS_SERVER_NAME`: server name to use for kube api server certificate validation. If it is not provided, the hostname used to contact the server is used Signed-off-by: Justen Walker <justen.walker+github@gmail.com> |
||
|---|---|---|
| .. | ||
| output | ||
| values | ||
| environment.go | ||
| environment_test.go | ||