Skip to content

Commit

Permalink
Merge pull request #578 from danil-smirnov/helm3-readme-fix
Browse files Browse the repository at this point in the history
Fixing Helm install command
  • Loading branch information
k8s-ci-robot authored Oct 6, 2020
2 parents 963eccf + 91256e7 commit 2b313a7
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 2b313a7

Please sign in to comment.