Fix typo in using_helm.md that refers to "glide install".  The
reference should be to "helm install".
pull/1255/head
Mark Petrovic 9 years ago
parent 7a4e53ecd4
commit 3ec83045d4

@ -215,7 +215,7 @@ and then pass that file during installation.
```console
$ 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

Loading…
Cancel
Save