Skip to content

Commit

Permalink
Merge pull request #127 from alenkacz/av/helm-install
Browse files Browse the repository at this point in the history
Drop --name in helm install readme
  • Loading branch information
weeco authored Nov 2, 2021
2 parents 64d41d5 + 357f8e5 commit d2b9046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ All available input is documented inside of the [values.yaml](./kminion/values.y
```shell
helm repo add kminion https://raw.githubusercontent.com/cloudhut/kminion/master/charts/archives
helm repo update
helm install -f values.yaml --name=kminion kminion/kminion
helm install -f values.yaml kminion kminion/kminion
```

0 comments on commit d2b9046

Please sign in to comment.