From 267a04fee54c690bd85ec0d6d3a3d79ed7f4c251 Mon Sep 17 00:00:00 2001 From: miwr Date: Thu, 20 Mar 2025 14:23:57 +0100 Subject: [PATCH] mountPath: /etc/alloy items: - key: "config.yaml" path: "config.alloy" --- template/stacks/ref-implementation/openbao/values.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index c0e4152..1e94eec 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -6,15 +6,16 @@ server: - containerPort: 12345 securityContext: runAsUser: 100 - args: - - --config.file=/var/lib/alloy/config/config.yaml volumeMounts: - name: log-storage mountPath: /openbao/logs - name: alloy-data mountPath: /var/lib/alloy - name: config-volume - mountPath: /var/lib/alloy/config + mountPath: /etc/alloy + items: + - key: "config.yaml" + path: "config.alloy" - name: log-sidecar image: alpine:latest command: ["/bin/sh", "-c", "