From 1c71f402925256b369ab686e0a68cb53cd7512f6 Mon Sep 17 00:00:00 2001 From: Pablo Canseco Date: Tue, 29 Jan 2019 21:44:04 -0700 Subject: [PATCH] updated wording to reflect the fact that -f / --values only accepts YAML Signed-off-by: Pablo Canseco --- docs/using_helm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/using_helm.md b/docs/using_helm.md index 5318cea78..9b4aa2646 100755 --- a/docs/using_helm.md +++ b/docs/using_helm.md @@ -1,4 +1,4 @@ -# Using Helm +# Using Helm This guide explains the basics of using Helm (and Tiller) to manage packages on your Kubernetes cluster. It assumes that you have already @@ -211,7 +211,7 @@ imageTag: 10.1.14-r3 # mariadbDatabase: ``` -You can then override any of these settings in a JSON or YAML formatted file, +You can then override any of these settings in a YAML formatted file, and then pass that file during installation. ```console