Skip to content

Commit

Permalink
fix sc
Browse files Browse the repository at this point in the history
  • Loading branch information
denismaggior8 committed Apr 22, 2021
1 parent fe06ef1 commit 4843234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/12-StorageClass/nfs-storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: nfs-dynamic
annotations:
storageclass.kubernetes.io/is-default-class: true
#annotations:
# storageclass.kubernetes.io/is-default-class: true
provisioner: example.com/nfs
parameters:
mountOptions: "vers=4.1"
Expand Down

0 comments on commit 4843234

Please sign in to comment.