From 27dc5966e9d3af637a2e11dc303760552a1e1ef8 Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 17 Mar 2025 15:05:10 +0100 Subject: [PATCH] # args: # - --config.file=/etc/alloy/config.yaml --- template/stacks/ref-implementation/openbao/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 3a55345..23fe45f 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -8,8 +8,8 @@ server: - name: sidecar-container-alloy-config mountPath: /etc/alloy/config.yaml subPath: config.yaml - args: - - --config.file=/etc/alloy/config.yaml + # args: + # - --config.file=/etc/alloy/config.yaml volumes: - name: sidecar-container-alloy-config