From f8eeac240c9f5ab46acb633e8ac57deaf555a00e Mon Sep 17 00:00:00 2001 From: Scott8440 Date: Thu, 6 Jun 2019 19:03:48 -0700 Subject: [PATCH] fix inline code formatting in helm install --- docs/helm/helm_install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/helm/helm_install.md b/docs/helm/helm_install.md index d988dfcdd..2435b22d8 100644 --- a/docs/helm/helm_install.md +++ b/docs/helm/helm_install.md @@ -27,7 +27,8 @@ or $ helm install --set-string long_int=1234567890 ./redis or - $ helm install --set-file multiline_text=path/to/textfile + + $ helm install --set-file multiline_text=path/to/textfile You can specify the '--values'/'-f' flag multiple times. The priority will be given to the last (right-most) file specified. For example, if both myvalues.yaml and override.yaml