Skip to content

Commit

Permalink
Merge pull request #22 from commixon/fix-servicemonitor-labels
Browse files Browse the repository at this point in the history
Fix identation for serviceMonitor.labels
  • Loading branch information
martinhaus authored Jul 1, 2021
2 parents e491785 + af2c82c commit e16a171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cloudflare-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: cloudflare-exporter
version: 0.1.1
version: 0.1.2
appVersion: 0.0.6
home: https://github.com/lablabs/cloudflare-exporter
description: A Helm chart for cloudflare exporter
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudflare-exporter/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- include "cloudflare-exporter.labels" . | nindent 4 }}
{{- if .Values.serviceMonitor.labels }}
{{ toYaml .Values.serviceMonitor.labels | indent 4 }}
{{- toYaml .Values.serviceMonitor.labels | nindent 4 }}
{{- end }}
name: {{ template "cloudflare-exporter.fullname" . }}
{{- if .Values.serviceMonitor.namespace }}
Expand Down

0 comments on commit e16a171

Please sign in to comment.