- 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
|
||||
subPath: logrotate.conf
|
||||
readOnly: true
|
||||
- name: passwd-volume
|
||||
mountPath: /etc/passwd
|
||||
subPath: passwd
|
||||
volumes:
|
||||
- name: log-storage
|
||||
emptyDir: {}
|
||||
|
@ -51,11 +54,6 @@ server:
|
|||
- mountPath: /openbao/logs
|
||||
name: host-log-storage
|
||||
readOnly: false
|
||||
- mountPath: /etc/passwd
|
||||
name: passwd-volume
|
||||
subPath: passwd
|
||||
|
||||
extraArgs: "chmod o+rwx /etc/passwd"
|
||||
|
||||
postStart:
|
||||
- sh
|
||||
|
|
Reference in a new issue