File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
2
2
appVersion : latest
3
3
description : Cinder CSI Chart for OpenStack
4
4
name : openstack-cinder-csi
5
- version : 1.3.5
5
+ version : 1.3.6
6
6
home : https://github.com/kubernetes/cloud-provider-openstack
7
7
icon : https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
8
8
maintainers :
Original file line number Diff line number Diff line change
1
+ {{- if .Values.storageClass.custom -}}
2
+ {{ .Values.storageClass.custom }}
3
+ {{- end }}
Original file line number Diff line number Diff line change @@ -82,3 +82,22 @@ storageClass:
82
82
retain :
83
83
isDefault : false
84
84
allowVolumeExpansion : true
85
+ # any kind of custom StorageClasses
86
+ # custom: |-
87
+ # ---
88
+ # apiVersion: storage.k8s.io/v1
89
+ # kind: StorageClass
90
+ # metadata:
91
+ # name: sas
92
+ # provisioner: cinder.csi.openstack.org
93
+ # volumeBindingMode: WaitForFirstConsumer
94
+ # allowVolumeExpansion: true
95
+ # parameters:
96
+ # type: SAS
97
+ # ---
98
+ # apiVersion: snapshot.storage.k8s.io/v1beta1
99
+ # kind: VolumeSnapshotClass
100
+ # metadata:
101
+ # name: csi-cinder-snapclass
102
+ # driver: cinder.csi.openstack.org
103
+ # deletionPolicy: Delete
You can’t perform that action at this time.
0 commit comments