Merge "Fix grafana prometheus datasource"

This commit is contained in:
Zuul 2023-11-22 08:47:22 +00:00 committed by Gerrit Code Review
commit 84f0a37e49
2 changed files with 6 additions and 1 deletions
ansible/roles/grafana/templates
releasenotes/notes

@ -5,8 +5,9 @@ datasources:
type: prometheus
access: proxy
basicAuth: true
basicAuthPassword: "{{ prometheus_grafana_password }}"
basicAuthUser: "{{ prometheus_grafana_user }}"
secureJsonData:
basicAuthPassword: "{{ prometheus_grafana_password }}"
orgId: 1
url: {{ grafana_prometheus_url }}
version: 1

@ -0,0 +1,4 @@
---
fixes:
- |
Fixes prometheus grafana datasource using incorrect basic auth credentials.