IPCEICIS-2952 #31

Merged
Michal.Wrobel merged 113 commits from IPCEICIS-2952 into development 2025-05-28 10:30:56 +00:00
Showing only changes of commit 37a9a73664 - Show all commits

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