From 3eec895f67c3179895b34471bfdfc70407b5f7e0 Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 17 Mar 2025 13:46:53 +0100 Subject: [PATCH] test --- .../ref-implementation/openbao/values.yaml | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 3b2a205..33d6820 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -1,20 +1,20 @@ server: - extraContainers: - - name: grafana-alloy - image: grafana/alloy:latest - ports: - - containerPort: 12345 - volumeMounts: - - name: sidecar-container-alloy-config - mountPath: /etc/alloy - subPath: config.yaml - args: - - --config.file=/etc/alloy/config.yaml + # extraContainers: + # - name: grafana-alloy + # image: grafana/alloy:latest + # ports: + # - containerPort: 12345 + # volumeMounts: + # - name: sidecar-container-alloy-config + # mountPath: /etc/alloy + # subPath: config.yaml + # 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