shipping_openbao_logs #17

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

View file

@ -1,5 +1,13 @@
server:
extraContainers:
- name: init-log-permissions
image: busybox
command: ["sh", "-c", "chown -R 1000:1000 /var/log && chmod -R 775 /var/log"]
securityContext:
runAsUser: 0
volumeMounts:
- mountPath: /var/log
name: log-storage
- name: log-sidecar
image: alpine:latest
command: ["/bin/sh", "-c", "