cope with latest changes in csi provisioner and deprecations

This commit is contained in:
Huamin Chen
2019-01-23 10:58:50 -05:00
parent e0e764b3a1
commit e4b24711f6
5 changed files with 13 additions and 14 deletions

View File

@ -27,9 +27,8 @@ spec:
serviceAccount: cephfs-csi-provisioner
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.0.0
image: quay.io/k8scsi/csi-provisioner:canary
args:
- "--provisioner=csi-cephfsplugin"
- "--csi-address=$(ADDRESS)"
- "--v=5"
env: