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