mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +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
|
||||
podInfoOnMount: false
|
||||
fsGroupPolicy: {{ .Values.CSIDriver.fsGroupPolicy }}
|
||||
{{- if and (semverCompare ">= 1.25.x" .Capabilities.KubeVersion.Version) .Values.CSIDriver.seLinuxMount }}
|
||||
seLinuxMount: true
|
||||
{{- end }}
|
||||
|
@ -12,6 +12,4 @@ spec:
|
||||
attachRequired: true
|
||||
podInfoOnMount: false
|
||||
fsGroupPolicy: {{ .Values.CSIDriver.fsGroupPolicy }}
|
||||
{{- if and (semverCompare ">= 1.25.x" .Capabilities.KubeVersion.Version) .Values.CSIDriver.seLinuxMount }}
|
||||
seLinuxMount: true
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user