IPCEICIS-2952 #31
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ metadata:
|
||||||
data:
|
data:
|
||||||
logrotate.conf: |
|
logrotate.conf: |
|
||||||
|
|||||||
/openbao/logs/openbao/*.log {
|
/openbao/logs/openbao/*.log {
|
||||||
size 1M
|
size 5k
|
||||||
rotate 7
|
rotate 7
|
||||||
compress
|
compress
|
||||||
missingok
|
missingok
|
||||||
|
|
Reference in a new issue
might be nice to make it configurable via helm
I think this might be a good idea. My only concern is that all of the other ConfigMap definitions in our product are hardcoded and this would make it not consistent.