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
|
chown 100:100 /var/log/openbao
|
||||||
echo "logrotate:x:100:100::/home/logrotate:/bin/sh" >> /etc/passwd
|
echo "logrotate:x:100:100::/home/logrotate:/bin/sh" >> /etc/passwd
|
||||||
echo "logrotate:x:100:" >> /etc/group
|
echo "logrotate:x:100:" >> /etc/group
|
||||||
chown logrotate:logrotate /var/lib
|
chown 100:100 /var/lib
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Reference in a new issue