From ac4d10d6196b592dd901c248a7a8d14850533925 Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 19 Mar 2025 14:30:00 +0100 Subject: [PATCH] # volumeMounts: # - mountPath: / # name: plugins # readOnly: false --- template/stacks/ref-implementation/openbao/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 4592f06..887224a 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -22,10 +22,10 @@ server: - name: log-storage path: /var/log/test - volumeMounts: - - mountPath: / - name: plugins - readOnly: false + # volumeMounts: + # - mountPath: / + # name: plugins + # readOnly: false postStart: - sh