feat(grafana-agent): expand env vars in config
this allows using the hosts env vars in the config file !1
This commit is contained in:
@ -44,6 +44,7 @@ spec:
|
|||||||
- args:
|
- args:
|
||||||
- --server.http.address=0.0.0.0:12345
|
- --server.http.address=0.0.0.0:12345
|
||||||
- --config.file=/etc/agent/agent.yaml
|
- --config.file=/etc/agent/agent.yaml
|
||||||
|
- --config.expand-env=true
|
||||||
name: grafana-agent
|
name: grafana-agent
|
||||||
image: "{{ .Values.nfc_monitoring.grafana_agent.image.name }}:{{ .Values.nfc_monitoring.grafana_agent.image.tag }}"
|
image: "{{ .Values.nfc_monitoring.grafana_agent.image.name }}:{{ .Values.nfc_monitoring.grafana_agent.image.tag }}"
|
||||||
#imagePullPolicy: Never
|
#imagePullPolicy: Never
|
||||||
|
Reference in New Issue
Block a user