Skip to content

Commit

Permalink
fix: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
aoshimash committed May 1, 2022
1 parent 2bd9792 commit deeabc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/grafana-agent/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ data:
integrations:
prometheus_remote_write:
- url: {{ .Values.prometheus.prometheus_remote_write.url }}
- url: {{ .Values.prometheus.remote_write.url }}
basic_auth:
username: {{ .Values.prometheus.prometheus_remote_write.basic_auth.username }}
password: {{ .Values.prometheus.prometheus_remote_write.basic_auth.password }}
username: {{ .Values.prometheus.remote_write.basic_auth.username }}
password: {{ .Values.prometheus.remote_write.basic_auth.password }}
logs:
configs:
Expand Down

0 comments on commit deeabc0

Please sign in to comment.