- name: logrotate-config
mountPath: /etc/logrotate.conf subPath: logrotate.conf readOnly: true
This commit is contained in:
parent
f6d1842876
commit
e5ccae1aab
1 changed files with 4 additions and 3 deletions
|
@ -22,9 +22,10 @@ server:
|
|||
volumeMounts:
|
||||
- name: host-log-storage
|
||||
mountPath: /openbao/logs
|
||||
# - name: logrotate-config
|
||||
# mountPath: /etc/logrotate.conf
|
||||
# subPath: logrotate.conf
|
||||
- name: logrotate-config
|
||||
mountPath: /etc/logrotate.conf
|
||||
subPath: logrotate.conf
|
||||
readOnly: true
|
||||
volumes:
|
||||
- name: log-storage
|
||||
emptyDir: {}
|
||||
|
|
Loading…
Reference in a new issue