monitoring: alloy: fix extraEnv secretKeyRef name

This commit is contained in:
Márcio Fernandes
2026-09-13 10:35:29 +00:00
parent 50fb5b046d
commit 036407c6f9
2 changed files with 19 additions and 24 deletions
@@ -1,7 +1,5 @@
controller:
type: 'deployment'
nodeSelector:
kubernetes.io/hostname: casa-minion-01
alloy:
# https://grafana.com/docs/alloy/latest/collect/logs-in-kubernetes/
@@ -14,14 +12,15 @@ alloy:
- name: CLUSTER_NAME
valueFrom:
secretKeyRef:
name: alloy-global
key: cluster_name
secretKeyRef:
name: alloy-global
key: cluster_name
- name: ZONE
secretKeyRef:
name: alloy-global
key: zone
valueFrom:
secretKeyRef:
name: alloy-global
key: zone
- name: LOKI_URL
valueFrom: