Skip to content

Commit 437221e

Browse files
authored
Merge pull request #251 from arve0/link-binding-validating
link to binding validating
2 parents 31b846e + f8170d3 commit 437221e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/204-validating-webhook/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example with validating hooks
22

3-
This is a simple example of `kubernetesValidating` binding. Read more information in [VALIDATING.md](../../VALIDATING.md).
3+
This is a simple example of `kubernetesValidating` binding. Read more information in [BINDING_VALIDATING.md](../../BINDING_VALIDATING.md).
44

55
The example contains one hook that is used to validate custom resource [CronTab](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/) on create or update (see also [105-crd-example](../105-crd-example/README.md). The hook enforces a simple policy: it is forbidden to create a CronTab resource with "image" not from private repository "repo.example.com".
66

0 commit comments

Comments
 (0)