We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10487dc commit d7998f6Copy full SHA for d7998f6
charts/nginx-gateway-fabric/templates/certs-job.yaml
@@ -155,7 +155,7 @@ spec:
155
runAsNonRoot: true
156
{{- if .Values.certGenerator.topologySpreadConstraints }}
157
topologySpreadConstraints:
158
- {{- toYaml .Values.certGenerator.topologySpreadConstraints | nindent 8 }}
+ {{- toYaml .Values.certGenerator.topologySpreadConstraints | nindent 6 }}
159
{{- end }}
160
{{- if .Values.certGenerator.affinity }}
161
affinity:
0 commit comments