From f0632db48be729f0925459cd46877a6ba99bf266 Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 17 Mar 2025 14:23:11 +0100 Subject: [PATCH] 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 --- .../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 35b2a20..0c77c5f 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