mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 02:39:30 +00:00
helm: fix seLinuxMount option for csi driver
This commit fixes the typo from `.Values.seLinuxMount` to `.Values.CSIDriver.seLinuxMount` used in helm charts. Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
parent
3128593e6a
commit
6471de8d1c
@ -12,6 +12,6 @@ spec:
|
||||
attachRequired: false
|
||||
podInfoOnMount: false
|
||||
fsGroupPolicy: {{ .Values.CSIDriver.fsGroupPolicy }}
|
||||
{{- if and (semverCompare ">= 1.25.x" .Capabilities.KubeVersion.Version) .Values.seLinuxMount }}
|
||||
{{- if and (semverCompare ">= 1.25.x" .Capabilities.KubeVersion.Version) .Values.CSIDriver.seLinuxMount }}
|
||||
seLinuxMount: true
|
||||
{{- end }}
|
||||
|
@ -12,6 +12,6 @@ spec:
|
||||
attachRequired: true
|
||||
podInfoOnMount: false
|
||||
fsGroupPolicy: {{ .Values.CSIDriver.fsGroupPolicy }}
|
||||
{{- if and (semverCompare ">= 1.25.x" .Capabilities.KubeVersion.Version) .Values.seLinuxMount }}
|
||||
{{- if and (semverCompare ">= 1.25.x" .Capabilities.KubeVersion.Version) .Values.CSIDriver.seLinuxMount }}
|
||||
seLinuxMount: true
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user