From 43b172d8d429abb5677b5087ae7c10fb7ea9d004 Mon Sep 17 00:00:00 2001 From: miwr Date: Tue, 18 Mar 2025 12:14:27 +0100 Subject: [PATCH] user 0 --- .../ref-implementation/openbao/values.yaml | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 734e5d7..7452e1e 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -1,23 +1,20 @@ server: - # extraContainers: - # - name: grafana-alloy - # image: grafana/alloy:latest - # ports: - # - containerPort: 12345 + extraContainers: + - name: grafana-alloy + image: grafana/alloy:latest + ports: + - containerPort: 12345 # volumeMounts: # - name: sidecar-container-alloy-config # mountPath: /etc/alloy/config.yaml # subPath: config.yaml # args: # - --config.file=/etc/alloy/config.yaml - # volumeMounts: - # - name: alloy-data - # mountPath: /var/lib/alloy/data - # securityContext: - # fsGroup: 1000 - # runAsGroup: 1000 - # runAsNonRoot: true - # runAsUser: 100 + volumeMounts: + - name: alloy-data + mountPath: /var/lib/alloy/data + securityContext: + runAsUser: 0 volumes: - name: alloy-data