Skip to content

Commit

Permalink
feat(csi): rename storage class
Browse files Browse the repository at this point in the history
Signed-off-by: Byeonghoon Yoo <[email protected]>
  • Loading branch information
isac322 committed Mar 24, 2024
1 parent 2338b6a commit 79f40ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/objects/csi-driver-nfs/storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ mountOptions:
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: mysql
name: slow-hot-storage
provisioner: nfs.csi.k8s.io
parameters:
server: n2p2
share: /mnt/k8s/mysql
mountPermissions: '0777'
share: /mnt/k8s
# csi.storage.k8s.io/provisioner-secret is only needed for providing mountOptions in DeleteVolume
# csi.storage.k8s.io/provisioner-secret-name: "mount-options"
# csi.storage.k8s.io/provisioner-secret-namespace: "default"
Expand Down

0 comments on commit 79f40ae

Please sign in to comment.