From a51ebbdcd8e0002dabc9e30e8adff1727eebd15a Mon Sep 17 00:00:00 2001 From: Seppel Hardt Date: Thu, 14 Oct 2021 09:23:43 +0200 Subject: [PATCH] Update cmd/helm/root.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Peter Müller Signed-off-by: tuxBurner --- cmd/helm/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/root.go b/cmd/helm/root.go index da3049eb1..5c3249f1a 100644 --- a/cmd/helm/root.go +++ b/cmd/helm/root.go @@ -63,7 +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_KUBEINSECURE_SKIP_TLS_VERIFY | disable the Kubernetes tls verify 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. |