@@ -3889,10 +3889,6 @@ spec:
38893889 nodePlugin:
38903890 description: Driver's plugin configuration
38913891 properties:
3892- EnableSeLinuxHostMount:
3893- description: Control the host mount of /etc/selinux for csi plugin
3894- pods. Defaults to false
3895- type: boolean
38963892 affinity:
38973893 description: Pod's affinity settings
38983894 properties:
@@ -4825,6 +4821,10 @@ spec:
48254821 type: string
48264822 description: Pod's annotations
48274823 type: object
4824+ enableSeLinuxHostMount:
4825+ description: Control the host mount of /etc/selinux for csi plugin
4826+ pods. Defaults to false
4827+ type: boolean
48284828 imagePullPolicy:
48294829 description: To indicate the image pull policy to be applied to
48304830 all the containers in the csi driver pods.
@@ -10784,10 +10784,6 @@ spec:
1078410784 nodePlugin:
1078510785 description: Driver's plugin configuration
1078610786 properties:
10787- EnableSeLinuxHostMount:
10788- description: Control the host mount of /etc/selinux for csi
10789- plugin pods. Defaults to false
10790- type: boolean
1079110787 affinity:
1079210788 description: Pod's affinity settings
1079310789 properties:
@@ -11725,6 +11721,10 @@ spec:
1172511721 type: string
1172611722 description: Pod's annotations
1172711723 type: object
11724+ enableSeLinuxHostMount:
11725+ description: Control the host mount of /etc/selinux for csi
11726+ plugin pods. Defaults to false
11727+ type: boolean
1172811728 imagePullPolicy:
1172911729 description: To indicate the image pull policy to be applied
1173011730 to all the containers in the csi driver pods.
0 commit comments