Merge pull request #2382 from hoatle/patch-1

fix typo: ' instead of `
This commit is contained in:
Michelle Noorali 2017-05-03 12:48:06 -04:00 committed by GitHub
commit dc2193accf

View file

@ -215,7 +215,7 @@ You can then override any of these settings in a YAML formatted file,
and then pass that file during installation.
```console
$ echo 'mariadbUser: user0` > config.yaml
$ echo 'mariadbUser: user0' > config.yaml
$ helm install -f config.yaml stable/mariadb
```