From d866169744a4d54a2f084558179bf75f5ce3db45 Mon Sep 17 00:00:00 2001 From: miwr Date: Thu, 20 Mar 2025 14:28:27 +0100 Subject: [PATCH] - name: config-volume mountPath: /etc/alloy items: - key: "config.yaml" path: "config.alloy" --- template/stacks/ref-implementation/openbao/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 1e94eec..4beb602 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -27,6 +27,11 @@ server: volumeMounts: - name: log-storage mountPath: /openbao/logs/pupa + - name: config-volume + mountPath: /etc/alloy + items: + - key: "config.yaml" + path: "config.alloy" volumes: - name: log-storage