securityContext:
runAsUser: 1001
This commit is contained in:
parent
3d39948468
commit
3cd6a846b2
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ server:
|
|||
volumeMounts:
|
||||
- name: log-storage
|
||||
mountPath: /var/log/
|
||||
securityContext:
|
||||
runAsUser: 1001
|
||||
|
||||
volumes:
|
||||
- name: log-storage
|
||||
|
|
Loading…
Reference in a new issue