1apiVersion: storage.k8s.io/v1 2kind: StorageClass 3metadata: 4 name: local-path 5 annotations: 6 defaultVolumeType: local 7 storageclass.kubernetes.io/is-default-class: true 8parameters: 9 pathPattern: '{{ .PVName }}'
View as plain text