image: alpine:latest
This commit is contained in:
parent
e4611e967e
commit
bc189a53e0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
server:
|
||||
extraContainers:
|
||||
- name: log-sidecar
|
||||
image: busybox
|
||||
image: alpine:latest
|
||||
command: ["/bin/sh", "-c", "while kill -0 $(pidof openbao) 2>/dev/null; do sleep 1; done; echo 'OpenBao has crashed - giving Alloy time to collect logs...' >> var/log/openbao.log; sleep 20"]
|
||||
volumeMounts:
|
||||
- name: log-storage
|
||||
|
|
Loading…
Reference in a new issue