chown 100:100 /var/lib
This commit is contained in:
parent
888d32c403
commit
ba9452e03c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ spec:
|
|||
chown 100:100 /var/log/openbao
|
||||
echo "logrotate:x:100:100::/home/logrotate:/bin/sh" >> /etc/passwd
|
||||
echo "logrotate:x:100:" >> /etc/group
|
||||
chown logrotate:logrotate /var/lib
|
||||
chown 100:100 /var/lib
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
volumeMounts:
|
||||
|
|
Loading…
Reference in a new issue