Update to v1.32
This commit is contained in:
11
addons/novit/storage-class.yaml
Normal file
11
addons/novit/storage-class.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
{{ if eq .vars.cloud_provider "vsphere" }}
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: default
|
||||
annotations:
|
||||
storageclass.kubernetes.io/is-default-class: "true"
|
||||
provisioner: kubernetes.io/vsphere-volume
|
||||
parameters:
|
||||
diskformat: thin
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user