From 7b77d870c6598d1e167368f73744d0e5389e9006 Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 17 Mar 2025 14:17:13 +0100 Subject: [PATCH] extraVolumes: - name: sidecar-container-alloy-config configMap: name: sidecar-container-alloy-config --- template/stacks/ref-implementation/openbao/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 33d6820..35b2a20 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -11,10 +11,10 @@ server: # args: # - --config.file=/etc/alloy/config.yaml - # extraVolumes: - # - name: sidecar-container-alloy-config - # configMap: - # name: sidecar-container-alloy-config + extraVolumes: + - name: sidecar-container-alloy-config + configMap: + name: sidecar-container-alloy-config postStart: - sh