Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions assets/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ spec:
- name: csi-driver
securityContext:
privileged: true
readOnlyRootFilesystem: true
image: ${DRIVER_IMAGE}
imagePullPolicy: IfNotPresent
args:
Expand Down Expand Up @@ -141,6 +142,7 @@ spec:
- name: csi-node-driver-registrar
securityContext:
privileged: true
readOnlyRootFilesystem: true
image: ${NODE_DRIVER_REGISTRAR_IMAGE}
imagePullPolicy: IfNotPresent
args:
Expand All @@ -166,6 +168,8 @@ spec:
memory: 50Mi
cpu: 10m
- name: csi-liveness-probe
securityContext:
readOnlyRootFilesystem: true
image: ${LIVENESS_PROBE_IMAGE}
imagePullPolicy: IfNotPresent
args:
Expand Down