From 0e849794fb7e3f3dc8e93ca319ee01f69e5b1448 Mon Sep 17 00:00:00 2001 From: Prasad Katti Date: Tue, 26 Jun 2018 19:55:00 -0700 Subject: [PATCH] escape tilde in docs --- docs/helm/helm.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/helm/helm.md b/docs/helm/helm.md index 8592cad7c..107aa2437 100644 --- a/docs/helm/helm.md +++ b/docs/helm/helm.md @@ -22,11 +22,12 @@ Common actions from this point include: - helm list: list releases of charts Environment: - $HELM_HOME set an alternative location for Helm files. By default, these are stored in ~/.helm - $HELM_HOST set an alternative Tiller host. The format is host:port - $HELM_NO_PLUGINS disable plugins. Set HELM_NO_PLUGINS=1 to disable plugins. - $TILLER_NAMESPACE set an alternative Tiller namespace (default "kube-system") - $KUBECONFIG set an alternative Kubernetes configuration file (default "~/.kube/config") + + $HELM_HOME set an alternative location for Helm files. By default, these are stored in \~/.helm + $HELM_HOST set an alternative Tiller host. The format is host:port + $HELM_NO_PLUGINS disable plugins. Set HELM_NO_PLUGINS=1 to disable plugins. + $TILLER_NAMESPACE set an alternative Tiller namespace (default "kube-system") + $KUBECONFIG set an alternative Kubernetes configuration file (default "\~/.kube/config") ### Options