Skip to content

Commit

Permalink
Merge pull request #42 from alexeybobylev/patch-1
Browse files Browse the repository at this point in the history
Fix indentation in service's annotations
  • Loading branch information
martinhaus authored Oct 12, 2021
2 parents ab0d2b2 + ae698cf commit 12cb860
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.5
version: 0.1.6
appVersion: 0.0.8
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/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
prometheus.io/scrape: "true"
{{- end }}
{{- with .Values.service.annotations }}
{{- toYaml . | indent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
Expand Down

0 comments on commit 12cb860

Please sign in to comment.