From 50fb5b046d89b26777a78350bef242c777a3d349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 12 Sep 2026 15:10:06 +0000 Subject: [PATCH] monitoring: zone, and cluster name from alloy-global secret --- monitoring/base/alloy/kube-scraper/helm-values.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/monitoring/base/alloy/kube-scraper/helm-values.yaml b/monitoring/base/alloy/kube-scraper/helm-values.yaml index 75c21f6..dd4ba4b 100644 --- a/monitoring/base/alloy/kube-scraper/helm-values.yaml +++ b/monitoring/base/alloy/kube-scraper/helm-values.yaml @@ -13,9 +13,15 @@ alloy: extraEnv: - name: CLUSTER_NAME - value: casa + valueFrom: + secretKeyRef: + name: alloy-global + key: cluster_name + - name: ZONE - value: casa-vlan + secretKeyRef: + name: alloy-global + key: zone - name: LOKI_URL valueFrom: