mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 02:22:56 +02:00
Make root
This commit is contained in:
@@ -75,8 +75,8 @@ spec:
|
|||||||
containerSecurityContext:
|
containerSecurityContext:
|
||||||
enabled: true
|
enabled: true
|
||||||
seLinuxOptions: {}
|
seLinuxOptions: {}
|
||||||
runAsUser: 0
|
runAsUser: 1001
|
||||||
runAsGroup: 0
|
runAsGroup: 1001
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
privileged: false
|
privileged: false
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
@@ -84,7 +84,7 @@ spec:
|
|||||||
capabilities:
|
capabilities:
|
||||||
drop: ["ALL"]
|
drop: ["ALL"]
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: "RuntimeDefault
|
type: "RuntimeDefault"
|
||||||
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
|
|||||||
Reference in New Issue
Block a user