ceph helm

This commit is contained in:
marsal wang
2022-01-10 23:43:00 +08:00
parent 412acb45c0
commit 9242a1e12d
56 changed files with 3913 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{{ if semverCompare ">=1.18.0-beta.1" .Capabilities.KubeVersion.Version }}
apiVersion: storage.k8s.io/v1
{{ else }}
apiVersion: storage.k8s.io/v1beta1
{{ end }}
kind: CSIDriver
metadata:
name: {{ .Values.driverName }}
spec:
attachRequired: true
podInfoOnMount: false