sleep 60
This commit is contained in:
parent
d941d12bcd
commit
5c9b4c679d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ spec:
|
||||||
args:
|
args:
|
||||||
- |
|
- |
|
||||||
apk add --no-cache logrotate
|
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:
|
volumeMounts:
|
||||||
- name: logrotate-config
|
- name: logrotate-config
|
||||||
mountPath: /etc/logrotate.d/openbao
|
mountPath: /etc/logrotate.d/openbao
|
||||||
|
|
Loading…
Reference in a new issue