shipping_openbao_logs #17

Closed
Michal.Wrobel wants to merge 130 commits from shipping_openbao_logs into development
Showing only changes of commit 4601d2f25d - Show all commits

View file

@ -2,7 +2,6 @@ server:
extraContainers:
- name: grafana-alloy
image: grafana/alloy:latest
command: ["/bin/sh", "-c", "while [ -f /openbao/logs/alive/main.alive ]; do sleep 5; done; echo 'Main container exited, waiting 20s'; sleep 20; exit 1"]
ports:
- containerPort: 12345
securityContext:
@ -33,7 +32,6 @@ server:
- sh
- -c
- |
touch /shared/main.alive; trap 'rm -f /shared/main.alive; exit 0' TERM; while true; do sleep 1; done
sleep 10
bao operator init >> /tmp/init.txt
cat /tmp/init.txt | grep "Key " | awk '{print $NF}' | xargs -I{} bao operator unseal {}