# - name: logrotate-config
# mountPath: /etc/logrotate.conf # subPath: logrotate.conf
This commit is contained in:
parent
6acd284b83
commit
3853370a8c
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@ server:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: host-log-storage
|
- name: host-log-storage
|
||||||
mountPath: /openbao/logs
|
mountPath: /openbao/logs
|
||||||
- name: logrotate-config
|
# - name: logrotate-config
|
||||||
mountPath: /etc/logrotate.conf
|
# mountPath: /etc/logrotate.conf
|
||||||
subPath: logrotate.conf
|
# subPath: logrotate.conf
|
||||||
volumes:
|
volumes:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
|
Reference in a new issue