chown 100:100 /var/lib

This commit is contained in:
miwr 2025-03-31 14:55:39 +02:00
parent 888d32c403
commit ba9452e03c

View file

@ -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: