Skip to content

Commit

Permalink
Merge pull request #312 from Typositoire/fix/podMonitorIndent
Browse files Browse the repository at this point in the history
  • Loading branch information
slok authored May 14, 2022
2 parents b4aa439 + 249c0cb commit 7e8d8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/sloth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: Base chart for Sloth.
type: application
home: https://github.com/slok/sloth
kubeVersion: ">= 1.19.0-0"
version: 0.5.0
version: 0.5.1
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/sloth/templates/pod-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
labels:
{{- include "sloth.labels" . | nindent 4 }}
{{- with .Values.metrics.prometheusLabels }}
{{ toYaml . }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
selector:
Expand Down

0 comments on commit 7e8d8ef

Please sign in to comment.