mountPath: /openbao/logs

This commit is contained in:
miwr 2025-03-19 15:02:47 +01:00
parent 12d35ad1e9
commit e7d693465d

View file

@ -16,14 +16,14 @@ server:
"]
volumeMounts:
- name: log-storage
mountPath: /var/log/test
mountPath: /openbao/logs
volumes:
- name: log-storage
emptyDir: {}
volumeMounts:
- mountPath: /var/log/test
- mountPath: /openbao/logs
name: log-storage
readOnly: false