From aeca6100f5234f1a2c8aefce643de8b2b54ee37a Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 17 Mar 2025 14:49:33 +0100 Subject: [PATCH] /etc/alloy/config.yaml --- template/stacks/ref-implementation/openbao/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 519ac1c..3a55345 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -6,7 +6,7 @@ server: - containerPort: 12345 volumeMounts: - name: sidecar-container-alloy-config - mountPath: /etc/alloy + mountPath: /etc/alloy/config.yaml subPath: config.yaml args: - --config.file=/etc/alloy/config.yaml