Skip to content

Commit

Permalink
chore: Fix service monitors indentation (#5624)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Feb 7, 2024
1 parent 0d63b3c commit 4734fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/karpenter/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ spec:
matchLabels:
{{- include "karpenter.selectorLabels" . | nindent 6 }}
endpoints:
- port: http-metrics
path: /metrics
- port: http-metrics
path: /metrics
{{- with .Values.serviceMonitor.endpointConfig }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit 4734fb8

Please sign in to comment.