ubicloud/kubernetes/csi/deploy/charts/ubicsi/templates/storageclass.yaml
mohi-kalantari 538a34a9fa Create a helm chart for Ubicsi
This chart will be used to install Ubicsi on newly created clusters

Since a new helm chart is introduced for deploying ubicsi,
manifests in csi dir will be a duplicate to the main chart and are
removed.
2025-09-12 11:45:51 +02:00

11 lines
280 B
YAML

---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: ubicloud-standard
annotations:
storageclass.kubernetes.io/is-default-class: "true"
provisioner: csi.ubicloud.com
reclaimPolicy: Delete
allowVolumeExpansion: false
volumeBindingMode: WaitForFirstConsumer