diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index c921446..f227c18 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -24,7 +24,7 @@ server: "] volumeMounts: - name: log-storage - mountPath: /openbao/logs + mountPath: /openbao/logs/pupa - name: log-storage mountPath: /var/lib/alloy/data @@ -35,7 +35,7 @@ server: emptyDir: {} volumeMounts: - - mountPath: /openbao/logs + - mountPath: /openbao/logs/pupa2 name: log-storage readOnly: false