From be1c3cee7a75438439a04ddf47793c03589e54f1 Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 17 Mar 2025 14:31:26 +0100 Subject: [PATCH] test --- 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 0c77c5f..5a9c951 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