Skip to content

Commit

Permalink
[grafana] Removed dashboard labels from dashboard-json-configmap (#3215)
Browse files Browse the repository at this point in the history
Co-authored-by: MH <[email protected]>
Co-authored-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
3 people authored Aug 8, 2024
1 parent 933cb5b commit 742b256
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 8.4.1
version: 8.4.2
appVersion: 11.1.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
3 changes: 0 additions & 3 deletions charts/grafana/templates/dashboards-json-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ metadata:
labels:
{{- include "grafana.labels" $ | nindent 4 }}
dashboard-provider: {{ $provider }}
{{- if $.Values.sidecar.dashboards.enabled }}
{{ $.Values.sidecar.dashboards.label }}: {{ $.Values.sidecar.dashboards.labelValue | quote }}
{{- end }}
{{- if $dashboards }}
data:
{{- $dashboardFound := false }}
Expand Down

0 comments on commit 742b256

Please sign in to comment.