set -e
chown 100:100 /var/lib tail -f /dev/null
This commit is contained in:
parent
abd7da5cd3
commit
f13bf825ff
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ spec:
|
|||
args:
|
||||
- |
|
||||
set -e
|
||||
useradd -u 100 logrotate
|
||||
chown logrotate:logrotate /var/lib
|
||||
chown 100:100 /var/lib
|
||||
tail -f /dev/null
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
|
|
Loading…
Reference in a new issue