Skip to content

Commit

Permalink
Small Adjustments for 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 95af601 commit bdce0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ Parameter | Description | Default

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

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

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

```console
```bash
helm install --namespace puppetserver --name puppetserver stable/puppetserver -f values.yaml
```

Expand Down

0 comments on commit bdce0ea

Please sign in to comment.