Skip to content

Commit

Permalink
fix: Reduce indentation for servicemonitor endpoints (#5571)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloconnor authored Feb 7, 2024
1 parent 320a51d commit 431a813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/karpenter/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ spec:
- port: http-metrics
path: /metrics
{{- with .Values.serviceMonitor.endpointConfig }}
{{- toYaml . | nindent 6 }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end -}}

0 comments on commit 431a813

Please sign in to comment.