Commit 26dadf53 authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

Merge pull request #1255 from ae6rt/issue/1254

issue/1254
parents 7a4e53ec 3ec83045
...@@ -215,7 +215,7 @@ and then pass that file during installation. ...@@ -215,7 +215,7 @@ and then pass that file during installation.
```console ```console
$ echo 'mariadbUser: user0` > config.yaml $ echo 'mariadbUser: user0` > config.yaml
$ glide install -f config.yaml stable/mariadb $ helm install -f config.yaml stable/mariadb
``` ```
The above will set the default MariaDB user to `user0`, but accept all The above will set the default MariaDB user to `user0`, but accept all
......
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