File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
charts/ingress-nginx/templates/admission-webhooks/job-patch Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,7 @@ metadata:
17
17
{{- toYaml . | nindent 4 }}
18
18
{{- end }}
19
19
spec :
20
- {{- if .Capabilities.APIVersions.Has "batch/v1alpha1" }}
21
- # Alpha feature since k8s 1.12
22
20
ttlSecondsAfterFinished : 0
23
- {{- end }}
24
21
template :
25
22
metadata :
26
23
name : {{ include "ingress-nginx.admissionWebhooks.createSecretJob.fullname" . }}
Original file line number Diff line number Diff line change @@ -17,10 +17,7 @@ metadata:
17
17
{{- toYaml . | nindent 4 }}
18
18
{{- end }}
19
19
spec :
20
- {{- if .Capabilities.APIVersions.Has "batch/v1alpha1" }}
21
- # Alpha feature since k8s 1.12
22
20
ttlSecondsAfterFinished : 0
23
- {{- end }}
24
21
template :
25
22
metadata :
26
23
name : {{ include "ingress-nginx.admissionWebhooks.patchWebhookJob.fullname" . }}
You can’t perform that action at this time.
0 commit comments