Skip to content

Commit

Permalink
template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Edmundsson authored and stakjan committed Oct 12, 2023
1 parent 2f3ee45 commit 9e4cc10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions keycloak-observability/templates/grafana/dashboards/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,16 @@ spec:
# based of: https://grafana.com/grafana/dashboards/10441
json: |-
{
"__inputs": [],
"__elements": {},
"__inputs": [
{
"name": "DS_PROMETHEUS",
"label": "Prometheus",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
"pluginName": "Prometheus"
}
],
"__requires": [
{
"type": "panel",
Expand Down
Empty file.

0 comments on commit 9e4cc10

Please sign in to comment.