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 495a7eb commit 5c375b6Copy full SHA for 5c375b6
charts/nginx-gateway-fabric/templates/certs-job.yaml
@@ -153,7 +153,6 @@ spec:
153
securityContext:
154
fsGroup: 1001
155
runAsNonRoot: true
156
- ttlSecondsAfterFinished: {{ .Values.certGenerator.ttlSecondsAfterFinished }}
157
{{- if .Values.certGenerator.topologySpreadConstraints }}
158
topologySpreadConstraints:
159
{{- toYaml .Values.certGenerator.topologySpreadConstraints | nindent 6 }}
@@ -170,3 +169,4 @@ spec:
170
169
nodeSelector:
171
{{- toYaml .Values.certGenerator.nodeSelector | nindent 8 }}
172
{{- end }}
+ ttlSecondsAfterFinished: {{ .Values.certGenerator.ttlSecondsAfterFinished }}
0 commit comments