mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix typo: ' instead of `
This commit is contained in:
parent
7b77bd325e
commit
267a09193b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue