Merge pull request #79467 from jsafrane/fix-mock-selinux

Run sidecars for csi-mock as privileged
This commit is contained in:
Kubernetes Prow Robot 2019-06-27 09:39:21 -07:00 committed by GitHub
commit 6fe4119998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,8 @@ spec:
- name: ADDRESS
value: /csi/csi.sock
imagePullPolicy: Always
securityContext:
privileged: true
volumeMounts:
- mountPath: /csi
name: socket-dir

View File

@ -23,6 +23,8 @@ spec:
- name: ADDRESS
value: /csi/csi.sock
imagePullPolicy: Always
securityContext:
privileged: true
volumeMounts:
- mountPath: /csi
name: socket-dir

View File

@ -23,6 +23,8 @@ spec:
- name: ADDRESS
value: /csi/csi.sock
imagePullPolicy: Always
securityContext:
privileged: true
volumeMounts:
- mountPath: /csi
name: socket-dir