Skip to content

Commit

Permalink
Merge pull request #2 from aoshimash:fix_variable_name
Browse files Browse the repository at this point in the history
fix: fix variable name
  • Loading branch information
aoshimash committed May 1, 2022
2 parents 2bd9792 + deeabc0 commit b654d0b
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 b654d0b

Please sign in to comment.