- name: passwd-volume

mountPath: /etc/passwd
          subPath: passwd
This commit is contained in:
miwr 2025-04-01 11:44:19 +02:00
parent ad76195004
commit 37a9a73664

View file

@ -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