Skip to content

Commit

Permalink
Include Azure File CSI Driver in clustercsidrivers
Browse files Browse the repository at this point in the history
  • Loading branch information
bertinatto committed Sep 6, 2021
1 parent 3611f00 commit 19d682f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions operator/v1/0000_90_cluster_csi_driver_01_config.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ spec:
- ebs.csi.aws.com
- efs.csi.aws.com
- disk.csi.azure.com
- file.csi.azure.com
- pd.csi.storage.gke.io
- cinder.csi.openstack.org
- csi.vsphere.vmware.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- ebs.csi.aws.com
- efs.csi.aws.com
- disk.csi.azure.com
- file.csi.azure.com
- pd.csi.storage.gke.io
- cinder.csi.openstack.org
- csi.vsphere.vmware.com
Expand Down
1 change: 1 addition & 0 deletions operator/v1/types_csi_cluster_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const (
AWSEBSCSIDriver CSIDriverName = "ebs.csi.aws.com"
AWSEFSCSIDriver CSIDriverName = "efs.csi.aws.com"
AzureDiskCSIDriver CSIDriverName = "disk.csi.azure.com"
AzureFileCSIDriver CSIDriverName = "file.csi.azure.com"
GCPPDCSIDriver CSIDriverName = "pd.csi.storage.gke.io"
CinderCSIDriver CSIDriverName = "cinder.csi.openstack.org"
VSphereCSIDriver CSIDriverName = "csi.vsphere.vmware.com"
Expand Down

0 comments on commit 19d682f

Please sign in to comment.