updated wording to reflect the fact that -f / --values only accepts YAML

Signed-off-by: Pablo Canseco <p@blocanse.co>
pull/4690/head
Pablo Canseco 7 years ago
parent 98ec547f24
commit 1c71f40292

@ -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

Loading…
Cancel
Save