- name: passwd-volume
mountPath: /etc/passwd subPath: passwd
This commit is contained in:
parent
ad76195004
commit
37a9a73664
1 changed files with 3 additions and 5 deletions
|
@ -28,6 +28,9 @@ server:
|
||||||
mountPath: /etc/logrotate.conf
|
mountPath: /etc/logrotate.conf
|
||||||
subPath: logrotate.conf
|
subPath: logrotate.conf
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
- name: passwd-volume
|
||||||
|
mountPath: /etc/passwd
|
||||||
|
subPath: passwd
|
||||||
volumes:
|
volumes:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
@ -51,11 +54,6 @@ server:
|
||||||
- mountPath: /openbao/logs
|
- mountPath: /openbao/logs
|
||||||
name: host-log-storage
|
name: host-log-storage
|
||||||
readOnly: false
|
readOnly: false
|
||||||
- mountPath: /etc/passwd
|
|
||||||
name: passwd-volume
|
|
||||||
subPath: passwd
|
|
||||||
|
|
||||||
extraArgs: "chmod o+rwx /etc/passwd"
|
|
||||||
|
|
||||||
postStart:
|
postStart:
|
||||||
- sh
|
- sh
|
||||||
|
|
Reference in a new issue