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 5a802be864 - Show all commits

View file

@ -15,7 +15,13 @@ spec:
initContainers:
- name: creator
image: busybox
command: ["/bin/sh", "-c", "useradd -u 100 logrotate && tail -f /dev/null", "chown logrotate:logrotate /var/lib"]
command: ["/bin/sh", "-c"]
args:
- |
set -e
useradd -u 100 logrotate
chown logrotate:logrotate /var/lib
tail -f /dev/null
securityContext:
runAsUser: 0
containers: