From 5194fc4db79e34d73d14d8617bc3444dabf7b288 Mon Sep 17 00:00:00 2001 From: hogtrough Date: Fri, 10 Jan 2020 14:05:49 -0600 Subject: [PATCH] Update README.md (#72) Update helm command to new usage for name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d5af67..36c8699 100644 --- a/README.md +++ b/README.md @@ -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 \