Update README.md (#72)

Update helm command to new usage for name
This commit is contained in:
hogtrough
2020-01-10 14:05:49 -06:00
committed by Zee Ahmed
parent 177f5ad965
commit 5194fc4db7
+1 -1
View File
@@ -39,7 +39,7 @@ media, you can specify its name with `--set persistence.data.claimName`. If not
specified, a persistent volume will be automatically provisioned for you.
```bash
➜ helm install ./charts/kube-plex --name plex \
➜ helm install plex ./charts/kube-plex \
--namespace plex \
--set claimToken=[insert claim token here] \
--set persistence.data.claimName=existing-pms-data-pvc \