mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
helm: remove kube version check
kubernetes 1.25 is EOL and we dont
support it in cephcsi anymore, Removing
the checks for the same.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 88ce2c625b
)
This commit is contained in:
parent
799acf2d98
commit
41bf40678d
@ -12,6 +12,4 @@ spec:
|
|||||||
attachRequired: false
|
attachRequired: false
|
||||||
podInfoOnMount: false
|
podInfoOnMount: false
|
||||||
fsGroupPolicy: {{ .Values.CSIDriver.fsGroupPolicy }}
|
fsGroupPolicy: {{ .Values.CSIDriver.fsGroupPolicy }}
|
||||||
{{- if and (semverCompare ">= 1.25.x" .Capabilities.KubeVersion.Version) .Values.CSIDriver.seLinuxMount }}
|
|
||||||
seLinuxMount: true
|
seLinuxMount: true
|
||||||
{{- end }}
|
|
||||||
|
@ -12,6 +12,4 @@ spec:
|
|||||||
attachRequired: true
|
attachRequired: true
|
||||||
podInfoOnMount: false
|
podInfoOnMount: false
|
||||||
fsGroupPolicy: {{ .Values.CSIDriver.fsGroupPolicy }}
|
fsGroupPolicy: {{ .Values.CSIDriver.fsGroupPolicy }}
|
||||||
{{- if and (semverCompare ">= 1.25.x" .Capabilities.KubeVersion.Version) .Values.CSIDriver.seLinuxMount }}
|
|
||||||
seLinuxMount: true
|
seLinuxMount: true
|
||||||
{{- end }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user