mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-30 18:46:41 +00:00
helm: correct the groupVersion of CSIDriver in the chart
Signed-off-by: Humble Chirammal <hchiramm@redhat.com> (cherry picked from commit 3462cd9bbd3c797de4a012526219da371600818d)
This commit is contained in:
parent
a78d24ce88
commit
eb50407eac
@ -1,7 +1,7 @@
|
|||||||
{{ if semverCompare ">=1.18.0-beta.1" .Capabilities.KubeVersion.Version }}
|
{{ if semverCompare ">=1.18.0-beta.1" .Capabilities.KubeVersion.Version }}
|
||||||
apiVersion: storage.k8s.io/v1
|
apiVersion: storage.k8s.io/v1
|
||||||
{{ else }}
|
{{ else }}
|
||||||
apiVersion: storage.k8s.io/betav1
|
apiVersion: storage.k8s.io/v1beta1
|
||||||
{{ end }}
|
{{ end }}
|
||||||
kind: CSIDriver
|
kind: CSIDriver
|
||||||
metadata:
|
metadata:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user