Skip to content

Commit

Permalink
Update kustomization
Browse files Browse the repository at this point in the history
  • Loading branch information
jjkr committed Feb 27, 2024
1 parent 73d7f68 commit 822ede0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy/kubernetes/base/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ spec:
tolerationSeconds: 300
initContainers:
- name: install-mountpoint
securityContext:
seLinuxOptions:
user: system_u
type: super_t
role: system_r
level: s0
image: csi-driver
imagePullPolicy: IfNotPresent
command:
Expand All @@ -42,6 +48,11 @@ spec:
- name: s3-plugin
securityContext:
privileged: false
seLinuxOptions:
user: system_u
type: super_t
role: system_r
level: s0
image: csi-driver
imagePullPolicy: IfNotPresent
args:
Expand Down

0 comments on commit 822ede0

Please sign in to comment.