shipping_openbao_logs #17

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

View file

@ -19,7 +19,7 @@ spec:
args:
- |
apk add --no-cache logrotate
while true; do logrotate -f /etc/logrotate.d/openbao; sleep 3600; done
while true; do logrotate -f /etc/logrotate.d/openbao; sleep 60; done
volumeMounts:
- name: logrotate-config
mountPath: /etc/logrotate.d/openbao