Skip to content

Commit

Permalink
fix(chart): Correct fix for ServiceMonitor indentation (#6029)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
  • Loading branch information
stevehipwell committed Apr 16, 2024
1 parent 342f753 commit 8e494f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/karpenter/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ 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 }}
{{- toYaml . | nindent 6 }}
{{- end }}
{{- end -}}

0 comments on commit 8e494f3

Please sign in to comment.