Skip to content

Commit

Permalink
🐛 fix dashboard labels and name
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPsychick committed Dec 22, 2024
1 parent 653013f commit 1536679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sickhub/mtr-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mtr-exporter
description: A Helm chart for an mtr-exporter pod providing metrics.
type: application
version: 0.0.3
version: 0.0.4
# https://github.com/mgumz/mtr-exporter
# https://github.com/mgumz/mtr-exporter/pkgs/container/mtr-exporter
appVersion: "0.4.0"
Expand Down
4 changes: 2 additions & 2 deletions sickhub/mtr-exporter/templates/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ apiVersion: v1
kind: ConfigMap
metadata:
labels:
app: mtr-exporter
grafana_dashboard: "1"
{{- include "mtr-exporter.labels" . | nindent 4 }}
annotations:
grafana_folder: "{{ .Values.grafanaDashboards.folder }}"
name: mtr-exporter-dashboard
name: {{ include "mtr-exporter.fullname" . }}-dashboard
data:
mtr-exporter-dashboard.json: |-
{{- .Files.Get "files/mtr-exporter.json" | nindent 4 }}
Expand Down

0 comments on commit 1536679

Please sign in to comment.