Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from subodh01/master
Browse files Browse the repository at this point in the history
Added storageType parameter in StorageClass example.
  • Loading branch information
subodh01 authored Nov 5, 2019
2 parents 998bd19 + b722ce8 commit 532ba12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
This repository contains Nutanix CSI driver deployment yamls for different OS
and kubernetes distributions. The repository also contains example usage for
the CSI driver.


Nutanix CSI driver v1.0.1 documentation:
https://portal.nutanix.com/#/page/docs/details?targetId=CSI-Volume-Driver-v10:CSI-Volume-Driver-v10
1 change: 1 addition & 0 deletions example/ABS/sc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ parameters:
dataServiceEndPoint: 10.40.144.216
storageContainer: default-container-84242740336979
fsType: ext4
storageType: NutanixVolumes
1 change: 1 addition & 0 deletions example/AFS/sc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ provisioner: com.nutanix.csi
parameters:
nfsServer: 10.51.11.8
nfsPath: nfs-test-path
storageType: NutanixFiles

0 comments on commit 532ba12

Please sign in to comment.