Skip to content

Commit

Permalink
Merge pull request #30 from arsbest/add-servicemonitor-labels
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
zifter authored Dec 12, 2022
2 parents 475b24c + eadd179 commit d25f4f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/domain-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: domain-exporter
description: A Helm chart of domain exporter. Provide prometheus metrics, alerts and dashboard.
type: application
version: 0.3.5
version: 0.3.6
appVersion: "latest"
icon: https://artifacthub.io/static/media/placeholder_pkg_helm.png
home: https://github.com/zifter/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion charts/domain-exporter/templates/service-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
{{- include "domain-exporter.labels" . | nindent 4 }}
{{- if .Values.metrics.labels }}
{{ toYaml .Values.metrics.labels | indent 4}}
{{- toYaml .Values.metrics.labels | nindent 4 }}
{{- end }}
spec:
selector:
Expand Down

0 comments on commit d25f4f6

Please sign in to comment.