From 8db5e5950d0050b1416c1d6c66a4b5ccac707477 Mon Sep 17 00:00:00 2001 From: miwr Date: Tue, 18 Mar 2025 12:47:09 +0100 Subject: [PATCH] # volumeMounts: # - name: alloy-data # mountPath: /var/lib/alloy/data # securityContext: # runAsUser: 0 --- .../ref-implementation/openbao/values.yaml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 7452e1e..19a12cd 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -4,17 +4,11 @@ server: 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: - runAsUser: 0 + # volumeMounts: + # - name: alloy-data + # mountPath: /var/lib/alloy/data + # securityContext: + # runAsUser: 0 volumes: - name: alloy-data