Skip to content

Commit d7998f6

Browse files
committed
Address review: have all toYaml with same indentation
1 parent 10487dc commit d7998f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/nginx-gateway-fabric/templates/certs-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
runAsNonRoot: true
156156
{{- if .Values.certGenerator.topologySpreadConstraints }}
157157
topologySpreadConstraints:
158-
{{- toYaml .Values.certGenerator.topologySpreadConstraints | nindent 8 }}
158+
{{- toYaml .Values.certGenerator.topologySpreadConstraints | nindent 6 }}
159159
{{- end }}
160160
{{- if .Values.certGenerator.affinity }}
161161
affinity:

0 commit comments

Comments
 (0)