monitoring: alloy: fix extraEnv secretKeyRef name
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user