Skip to content

Commit

Permalink
fix: Reduce indentation for servicemonitor endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloconnor committed Jan 31, 2024
1 parent 4a9f2d0 commit 1580010
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 1580010

Please sign in to comment.