Skip to content

Commit 54e010c

Browse files
committed
Fix links to mutatingadmissionwebhook
1 parent b067305 commit 54e010c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/workloads/controllers/ttlafterfinished.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ You can set the TTL seconds at any time. Here are some examples for setting the
4747
* Manually set this field of existing, already finished Jobs, so that they become eligible
4848
for cleanup.
4949
* Use a
50-
[mutating admission webhook](/docs/reference/access-authn-authz/extensible-admission-controllers/#admission-webhooks)
50+
[mutating admission webhook](/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
5151
to set this field dynamically at Job creation time. Cluster administrators can
5252
use this to enforce a TTL policy for finished jobs.
5353
* Use a
54-
[mutating admission webhook](/docs/reference/access-authn-authz/extensible-admission-controllers/#admission-webhooks)
54+
[mutating admission webhook](/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
5555
to set this field dynamically after the Job has finished, and choose
5656
different TTL values based on job status, labels. For this case, the webhook needs
5757
to detect changes to the `.status` of the Job and only set a TTL when the Job

0 commit comments

Comments
 (0)