Skip to content

Commit

Permalink
made cluster variable configurable on dashboards (#1353)
Browse files Browse the repository at this point in the history
* made cluster variable configurable on dashboards

* fix
  • Loading branch information
AndrewChubatiuk authored Aug 27, 2024
1 parent 0b68e05 commit 4283cd4
Show file tree
Hide file tree
Showing 15 changed files with 1,623 additions and 1,611 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ __inputs: []
__requires: []
annotations:
list: []
condition: '{{ true }}'
condition: {{ true }}
editable: false
gnetId: null
graphTooltip: 1
Expand Down Expand Up @@ -348,7 +348,7 @@ templating:
label: Data Source
name: datasource
options: []
query: '{{ default "prometheus" .Values.grafana.defaultDatasourceType }}'
query: {{ default "prometheus" .Values.grafana.defaultDatasourceType }}
refresh: 1
regex: ''
type: datasource
Expand Down Expand Up @@ -437,7 +437,7 @@ timepicker:
- 2d
- 7d
- 30d
timezone: '{{ .Values.grafana.defaultDashboardsTimezone }}'
timezone: {{ .Values.grafana.defaultDashboardsTimezone }}
title: Alertmanager / Overview
uid: alertmanager-overview
version: 0
Loading

0 comments on commit 4283cd4

Please sign in to comment.