# - name: status
# mountPath: /var/lib
This commit is contained in:
parent
71a45cc0b8
commit
485e772016
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ server:
|
||||||
mountPath: /etc/logrotate.conf
|
mountPath: /etc/logrotate.conf
|
||||||
subPath: logrotate.conf
|
subPath: logrotate.conf
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: status
|
# - name: status
|
||||||
mountPath: /var/lib
|
# mountPath: /var/lib
|
||||||
- name: passwd-volume
|
- name: passwd-volume
|
||||||
mountPath: /etc/passwd
|
mountPath: /etc/passwd
|
||||||
subPath: passwd
|
subPath: passwd
|
||||||
|
|
Loading…
Reference in a new issue