Skip to content

Commit

Permalink
Fixing Helm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-smirnov committed Oct 4, 2020
1 parent 963eccf commit 91256e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,8 @@ kubectl get pods -n kube-system

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

0 comments on commit 91256e7

Please sign in to comment.