diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index dc3f57d..01c35ab 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -16,14 +16,14 @@ server: "] volumeMounts: - name: log-storage - mountPath: /var/log/test + mountPath: /openbao/logs volumes: - name: log-storage emptyDir: {} volumeMounts: - - mountPath: /var/log/test + - mountPath: /openbao/logs name: log-storage readOnly: false