Skip to content

Commit d0fd61a

Browse files
committed
Fix indentation in ServiceMonitor tlsConfig
1 parent e4d9dd6 commit d0fd61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/oauth2-proxy/templates/servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
{{- end }}
4545
{{- with .Values.metrics.serviceMonitor.tlsConfig }}
4646
tlsConfig:
47-
{{- toYaml .| nindent 4 }}
47+
{{- toYaml .| nindent 6 }}
4848
{{- end }}
4949
{{- with .Values.metrics.serviceMonitor.metricRelabelings }}
5050
metricRelabelings:

0 commit comments

Comments
 (0)