Skip to content

Commit

Permalink
Adjust "helm install" cmd in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Hadzhiev <[email protected]>
  • Loading branch information
Xtigyro committed Sep 20, 2019
1 parent bdce0ea commit 877d53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
You can install the chart with the release name `puppetserver` as below.

```bash
helm install --namespace puppetserver --name puppetserver stable/puppetserver --set puppetserver.puppeturl='https://github.com/$SOMEUSER/puppet.git' --set hiera.hieradataurl='https://github.com/$SOMEUSER/hieradata.git'
helm install --namespace puppetserver --name puppetserver stable/puppetserver --set puppetserver.puppeturl='https://github.com/$SOMEUSER/control-repo.git'
```

> Note - If you do not specify a name, helm will select a name for you.
Expand Down

0 comments on commit 877d53b

Please sign in to comment.