Skip to content

Commit 7eec01e

Browse files
aThorp96tekton-robot
authored andcommitted
Update dead admission-webhook blog link in docs
1 parent e57aa8b commit 7eec01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developers/controller-logic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ All Tekton CRDs use validating [admission webhooks](https://kubernetes.io/docs/r
4040
to validate instances of CRDs. Some CRDs also use mutating admission webhooks to set default values for some fields.
4141
Validation and defaulting code is found in the [apis folder](../../pkg/apis/pipeline/v1).
4242
For a useful overview and tutorial on admission webhooks, see
43-
[In-depth introduction to Kubernetes admission webhooks](https://banzaicloud.com/blog/k8s-admission-webhooks/).
43+
[In-depth introduction to Kubernetes admission webhooks](https://web.archive.org/web/20230928184501/https://banzaicloud.com/blog/k8s-admission-webhooks/).
4444

4545
### Generated Code
4646

0 commit comments

Comments
 (0)