From 441cecfd1c769a3ec7d492e18506585f9b8568ac Mon Sep 17 00:00:00 2001 From: tuxBurner Date: Thu, 20 May 2021 10:36:45 +0200 Subject: [PATCH] Added HELM_KUBEINSECURE_SKIP_TLS_VERIFY to help text Signed-off-by: tuxBurner --- cmd/helm/root.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/root.go b/cmd/helm/root.go index 285c80021..da3049eb1 100644 --- a/cmd/helm/root.go +++ b/cmd/helm/root.go @@ -63,6 +63,7 @@ Environment variables: | $KUBECONFIG | set an alternative Kubernetes configuration file (default "~/.kube/config") | | $HELM_KUBEAPISERVER | set the Kubernetes API Server Endpoint for authentication | | $HELM_KUBECAFILE | set the Kubernetes certificate authority file. | +| $HELM_KUBEINSECURE_SKIP_TLS_VERIFY | disable the Kubernetes tls verfiy check. | | $HELM_KUBEASGROUPS | set the Groups to use for impersonation using a comma-separated list. | | $HELM_KUBEASUSER | set the Username to impersonate for the operation. | | $HELM_KUBECONTEXT | set the name of the kubeconfig context. |