From 84b02bbee3ec2415cdddc0b52f85d120f2d4a592 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Fri, 30 Oct 2020 14:51:55 -0500 Subject: [PATCH] Updating descriptions Signed-off-by: Bridget Kromhout --- cmd/helm/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/helm/root.go b/cmd/helm/root.go index 23b8d7be6..4a0bc5bbd 100644 --- a/cmd/helm/root.go +++ b/cmd/helm/root.go @@ -62,8 +62,8 @@ Environment variables: | $HELM_REPOSITORY_CONFIG | set the path to the repositories file. | | $KUBECONFIG | set an alternative Kubernetes configuration file (default "~/.kube/config") | | $HELM_KUBEAPISERVER | set the Kubernetes API Server Endpoint for authentication | -| $HELM_KUBEASGROUPS | set the Username to impersonate for the operation. | -| $HELM_KUBEASUSER | set the Groups to use for impoersonation using a comma-separated list. | +| $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. | | $HELM_KUBETOKEN | set the Bearer KubeToken used for authentication. |