IPCEICIS-2952 #31

Merged
Michal.Wrobel merged 113 commits from IPCEICIS-2952 into development 2025-05-28 10:30:56 +00:00
Showing only changes of commit 8eae08aaa9 - Show all commits

View file

@ -23,6 +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
mkdir -p /home/logrotate
chown 100:100 /var/lib
securityContext:
runAsUser: 0
@ -33,6 +34,8 @@ spec:
- name: running-container
image: busybox
command: ["sleep", "infinity"]
securityContext:
runAsUser: 0
volumes:
- name: host-log
hostPath: