mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
Make root
This commit is contained in:
@@ -72,13 +72,19 @@ spec:
|
|||||||
##
|
##
|
||||||
annotations: {}
|
annotations: {}
|
||||||
allowEmptyPassword: true
|
allowEmptyPassword: true
|
||||||
podSecurityContext:
|
containerSecurityContext:
|
||||||
enabled: true
|
enabled: true
|
||||||
fsGroupChangePolicy: Always
|
seLinuxOptions: {}
|
||||||
sysctls: []
|
runAsUser: 0
|
||||||
supplementalGroups:
|
runAsGroup: 0
|
||||||
- 6
|
runAsNonRoot: false
|
||||||
fsGroup: 1001
|
privileged: false
|
||||||
|
readOnlyRootFilesystem: true
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
|
capabilities:
|
||||||
|
drop: ["ALL"]
|
||||||
|
seccompProfile:
|
||||||
|
type: "RuntimeDefault
|
||||||
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
|
|||||||
Reference in New Issue
Block a user