mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-02 20:06:42 +00:00
helm: use CSIDriver.seLinuxMount parameter in templates
Commit 88ce2c625bafaaf73fcbe52db5a73979777cf398 removed a EOL kubernetes version check, but also the usage of Values.CSIDriver.seLinuxMount. This commit makes CSIDriver.seLinuxMount configurable from helm parameter, since the default for csidrivers.storage.k8s.io.spec.seLinuxMount is false, but do not change the template default value which is set to true in values.yaml. Signed-off-by: Alexander Lindquister <alelindq@cisco.com>
This commit is contained in:
parent
fdb4002298
commit
0cb6771115
@ -12,4 +12,4 @@ spec:
|
||||
attachRequired: false
|
||||
podInfoOnMount: false
|
||||
fsGroupPolicy: {{ .Values.CSIDriver.fsGroupPolicy }}
|
||||
seLinuxMount: true
|
||||
seLinuxMount: {{ .Values.CSIDriver.seLinuxMount }}
|
||||
|
@ -12,4 +12,4 @@ spec:
|
||||
attachRequired: true
|
||||
podInfoOnMount: false
|
||||
fsGroupPolicy: {{ .Values.CSIDriver.fsGroupPolicy }}
|
||||
seLinuxMount: true
|
||||
seLinuxMount: {{ .Values.CSIDriver.seLinuxMount }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user