IPCEICIS-2952 #31

Merged
Michal.Wrobel merged 113 commits from IPCEICIS-2952 into development 2025-05-28 10:30:56 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 795d575d5e - Show all commits

View file

@ -12,4 +12,5 @@ data:
echo -e "HTTP/1.1 200 OK\n\nSIGHUP sent to OpenBAO" | nc -l -p 8080 -q 1
# Send SIGHUP signal
kill -SIGHUP $(pidof bao) || echo "OpenBAO process not found"
mkdir pupa
done

View file

@ -23,7 +23,7 @@ server:
mountPath: /etc/passwd
subPath: passwd
- name: logrotate2
image: apline:latest
image: alpine:latest
command: ["/bin/sh", "-c", "chmod +x /app/sidecar.sh && /app/sidecar.sh"]
securityContext:
runAsUser: 100