runAsUser: 0
This commit is contained in:
parent
3cd6a846b2
commit
7efc8124b0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ server:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
mountPath: /var/log/
|
mountPath: /var/log/
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1001
|
runAsUser: 0
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
|
|
Reference in a new issue