helm/pkg/cli
Justen Walker 687852e4fe feat(*): add flags/env for kube api tls overrides
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>
2022-05-19 23:32:00 -04:00
..
output feat(comp): Add descriptions for output format 2021-02-24 11:43:45 -05:00
values Fixing downloader plugin error handling 2022-04-05 10:17:24 +02:00
environment.go feat(*): add flags/env for kube api tls overrides 2022-05-19 23:32:00 -04:00
environment_test.go feat(*): add flags/env for kube api tls overrides 2022-05-19 23:32:00 -04:00