diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 3aa51ac..c921446 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -11,6 +11,8 @@ server: # mountPath: /var/lib/alloy/data volumeMounts: - name: log-storage + mountPath: /openbao/logs + - name: alloy-data mountPath: /var/lib/alloy/data - name: log-sidecar image: alpine:latest @@ -23,10 +25,14 @@ server: volumeMounts: - name: log-storage mountPath: /openbao/logs + - name: log-storage + mountPath: /var/lib/alloy/data volumes: - name: log-storage emptyDir: {} + - name: alloy-data + emptyDir: {} volumeMounts: - mountPath: /openbao/logs