fix typo: ' instead of `

pull/2382/head
Hoat Le 8 years ago committed by GitHub
parent 7b77bd325e
commit 267a09193b

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

Loading…
Cancel
Save