IPCEICIS-3111 #21

Closed
Michal.Wrobel wants to merge 131 commits from IPCEICIS-3111 into development
Showing only changes of commit d21c543f2c - Show all commits

View file

@ -13,22 +13,6 @@ server:
mountPath: /var/lib/alloy
- name: config-volume
mountPath: /etc/alloy
- name: log-sidecar
image: alpine:latest
command: ["/bin/sh", "-c", "
while true; do
echo 'Hello'
sleep 5;
done
"]
volumeMounts:
- name: log-storage
mountPath: /openbao/logs/pupa
- name: config-volume
mountPath: /etc/alloy
items:
- key: "config.yaml"
path: "config.alloy"
volumes:
- name: log-storage