fix priv issue
This commit is contained in:
parent
da8d41c286
commit
1892006ab2
1 changed files with 3 additions and 1 deletions
|
|
@ -126,6 +126,8 @@ spec:
|
|||
value: "1024"
|
||||
- name: WANTED_GID
|
||||
value: "1000"
|
||||
- name: HERMES_SKIP_CHMOD
|
||||
value: "1"
|
||||
|
||||
volumeMounts:
|
||||
- name: hermes-home
|
||||
|
|
@ -150,7 +152,7 @@ spec:
|
|||
runAsUser: 1024
|
||||
runAsGroup: 1000
|
||||
runAsNonRoot: true
|
||||
allowPrivilegeEscalation: false
|
||||
allowPrivilegeEscalation: true
|
||||
readOnlyRootFilesystem: false
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue