Skip to content

Commit

Permalink
Update dead admission-webhook blog link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aThorp96 authored and tekton-robot committed Jan 16, 2025
1 parent e57aa8b commit 7eec01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/controller-logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ All Tekton CRDs use validating [admission webhooks](https://kubernetes.io/docs/r
to validate instances of CRDs. Some CRDs also use mutating admission webhooks to set default values for some fields.
Validation and defaulting code is found in the [apis folder](../../pkg/apis/pipeline/v1).
For a useful overview and tutorial on admission webhooks, see
[In-depth introduction to Kubernetes admission webhooks](https://banzaicloud.com/blog/k8s-admission-webhooks/).
[In-depth introduction to Kubernetes admission webhooks](https://web.archive.org/web/20230928184501/https://banzaicloud.com/blog/k8s-admission-webhooks/).

### Generated Code

Expand Down

0 comments on commit 7eec01e

Please sign in to comment.