Skip to content

Commit

Permalink
fix(chart:k8up) labels for Dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: André Frimberger <[email protected]>
  • Loading branch information
afrimberger committed Jun 5, 2024
1 parent 8b39c30 commit 2a23a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k8up/templates/grafana-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: {{ default .Release.Namespace .Values.metrics.grafanaDashboard.namespace }}
labels:
{{- include "k8up.labels" . | nindent 4 }}
{{- with .Values.metrics.prometheusRule.additionalLabels }}
{{- with .Values.metrics.grafanaDashboard.additionalLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
data:
Expand Down

0 comments on commit 2a23a99

Please sign in to comment.