Skip to content

Commit

Permalink
Merge pull request #486 from gyuho/readme
Browse files Browse the repository at this point in the history
docs/README: add missing "--namespace" flag to "helm" command
  • Loading branch information
k8s-ci-robot authored Apr 23, 2020
2 parents 04f0e8a + 8c9c92c commit 7b693e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ kubectl get pods -n kube-system

Alternatively, you could also install the driver using helm:
```sh
helm install --name aws-ebs-csi-driver \
helm install \
--namespace kube-system \
--name aws-ebs-csi-driver \
--set enableVolumeScheduling=true \
--set enableVolumeResizing=true \
--set enableVolumeSnapshot=true \
Expand Down

0 comments on commit 7b693e9

Please sign in to comment.