shipping_openbao_logs #17
1 changed files with 0 additions and 6 deletions
|
@ -2,12 +2,6 @@ server:
|
|||
extraContainers:
|
||||
- name: log-sidecar
|
||||
image: alpine:latest
|
||||
command: ["/bin/sh", "-c", "
|
||||
while true; do
|
||||
echo 'Hello'
|
||||
sleep 5;
|
||||
done
|
||||
"]
|
||||
volumeMounts:
|
||||
- name: log-storage
|
||||
mountPath: /var/log/
|
||||
|
|
Reference in a new issue