mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-06 00:37:01 +00:00
9 lines
202 B
YAML
9 lines
202 B
YAML
|
- op: add
|
||
|
path: "/spec/template/spec/containers/0/securityContext"
|
||
|
value:
|
||
|
allowPrivilegeEscalation: false
|
||
|
capabilities:
|
||
|
drop: ["ALL"]
|
||
|
readOnlyRootFilesystem: true
|
||
|
runAsUser: 0
|