Skip to content

Commit

Permalink
Merge pull request #372 from leakingtapan/provisioner
Browse files Browse the repository at this point in the history
Remove depracated provisioner flag
  • Loading branch information
k8s-ci-robot authored Sep 13, 2019
2 parents e47d47c + 75ce410 commit e9a3017
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion aws-ebs-csi-driver/templates/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ spec:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.3.0
args:
- --provisioner=ebs.csi.aws.com
- --csi-address=$(ADDRESS)
- --v=5
{{- if .Values.enableVolumeScheduling }}
Expand Down
1 change: 0 additions & 1 deletion deploy/kubernetes/base/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ spec:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.3.0
args:
- --provisioner=ebs.csi.aws.com
- --csi-address=$(ADDRESS)
- --v=5
- --feature-gates=Topology=true
Expand Down

0 comments on commit e9a3017

Please sign in to comment.