This commit is contained in:
miwr 2025-03-25 15:16:07 +01:00
parent d941d12bcd
commit 5c9b4c679d

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