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"
|
value: "1024"
|
||||||
- name: WANTED_GID
|
- name: WANTED_GID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
|
- name: HERMES_SKIP_CHMOD
|
||||||
|
value: "1"
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: hermes-home
|
- name: hermes-home
|
||||||
|
|
@ -150,7 +152,7 @@ spec:
|
||||||
runAsUser: 1024
|
runAsUser: 1024
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: true
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue