From 3853370a8c8f2af75d3f55496ee4b7aeb2289056 Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 31 Mar 2025 10:10:59 +0200 Subject: [PATCH] # - name: logrotate-config # mountPath: /etc/logrotate.conf # subPath: logrotate.conf --- template/stacks/ref-implementation/openbao/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index becbe06..772a535 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -21,9 +21,9 @@ 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 volumes: - name: log-storage emptyDir: {}