Skip to content

Commit 5c375b6

Browse files
committed
moving ttl down in cert-job template
1 parent 495a7eb commit 5c375b6

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
@@ -153,7 +153,6 @@ spec:
153153
securityContext:
154154
fsGroup: 1001
155155
runAsNonRoot: true
156-
ttlSecondsAfterFinished: {{ .Values.certGenerator.ttlSecondsAfterFinished }}
157156
{{- if .Values.certGenerator.topologySpreadConstraints }}
158157
topologySpreadConstraints:
159158
{{- toYaml .Values.certGenerator.topologySpreadConstraints | nindent 6 }}
@@ -170,3 +169,4 @@ spec:
170169
nodeSelector:
171170
{{- toYaml .Values.certGenerator.nodeSelector | nindent 8 }}
172171
{{- end }}
172+
ttlSecondsAfterFinished: {{ .Values.certGenerator.ttlSecondsAfterFinished }}

0 commit comments

Comments
 (0)