Commit 267a0919 authored by Hoat Le's avatar Hoat Le Committed by GitHub

fix typo: ' instead of `

parent 7b77bd32
...@@ -215,7 +215,7 @@ You can then override any of these settings in a YAML formatted 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. 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
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment