From ca9fd7ba39a1a16b8d2da7486dc9aac294f44477 Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 2 Apr 2025 10:08:07 +0200 Subject: [PATCH] - name: status mountPath: /var/lib --- template/stacks/ref-implementation/openbao/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 67f6ec6..1df2fbb 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -17,8 +17,8 @@ server: mountPath: /etc/logrotate.conf subPath: logrotate.conf readOnly: true - # - name: status - # mountPath: /var/lib + - name: status + mountPath: /var/lib - name: passwd-volume mountPath: /etc/passwd subPath: passwd