From d2d9f6bcb585c8557105cc06d08dac910a846787 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Wed, 20 Feb 2019 14:37:17 -0600 Subject: [PATCH] Adding back ticks for readability Signed-off-by: Bridget Kromhout --- docs/helm/helm.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/helm/helm.md b/docs/helm/helm.md index b00ae91d6..a4bc3aefb 100644 --- a/docs/helm/helm.md +++ b/docs/helm/helm.md @@ -20,6 +20,7 @@ Common actions from this point include: - helm install: upload the chart to Kubernetes - 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 @@ -34,6 +35,7 @@ Environment: $HELM_TLS_HOSTNAME the hostname or IP address used to verify the Tiller server certificate (default "127.0.0.1") $HELM_KEY_PASSPHRASE set HELM_KEY_PASSPHRASE to the passphrase of your PGP private key. If set, you will not be prompted for the passphrase while signing helm charts +```