From e5ccae1aab0ab3a479aa15438346e2139aecdf70 Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 31 Mar 2025 12:22:35 +0200 Subject: [PATCH] - name: logrotate-config mountPath: /etc/logrotate.conf subPath: logrotate.conf readOnly: true --- template/stacks/ref-implementation/openbao/values.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 59223a3..b7781e7 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -22,9 +22,10 @@ server: volumeMounts: - name: host-log-storage mountPath: /openbao/logs - # - name: logrotate-config - # mountPath: /etc/logrotate.conf - # subPath: logrotate.conf + - name: logrotate-config + mountPath: /etc/logrotate.conf + subPath: logrotate.conf + readOnly: true volumes: - name: log-storage emptyDir: {}