Skip to content

Commit d4a08df

Browse files
committed
Improvement: Correct the "code" link in Dynamic Admission Control.
1 parent 6a701c4 commit d4a08df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The webhook server in the e2e test is deployed in the Kubernetes cluster, via
7979
the [deployment API](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#deployment-v1-apps).
8080
The test also creates a [service](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#service-v1-core)
8181
as the front-end of the webhook server. See
82-
[code](https://github.com/kubernetes/kubernetes/blob/v1.15.0/test/e2e/apimachinery/webhook.go#L301).
82+
[code](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/apimachinery/webhook.go#L748).
8383

8484
You may also deploy your webhooks outside of the cluster. You will need to update
8585
your webhook configurations accordingly.

0 commit comments

Comments
 (0)