runAsUser: 100
This commit is contained in:
parent
ce5bdf0226
commit
f66f437cdf
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ server:
|
|||
image: skymatic/logrotate:latest
|
||||
# command: ["/bin/sh", "-c", "while true; do /usr/sbin/logrotate /etc/logrotate.conf; sleep 60; done"]
|
||||
securityContext:
|
||||
runAsUser: 1
|
||||
runAsUser: 100
|
||||
volumeMounts:
|
||||
- name: alloy-data
|
||||
mountPath: /var/lib/
|
||||
|
|
Loading…
Reference in a new issue