Fix broken link in "Validating Admission Policy" page (#43893)
* Fix typo * Fix typo Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com> --------- Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>pull/43940/head
parent
f43c74f4c2
commit
20e6cba5fe
|
@ -113,7 +113,7 @@ actions. Failures defined by the `failurePolicy` are enforced
|
|||
according to these actions only if the `failurePolicy` is set to `Fail` (or not specified),
|
||||
otherwise the failures are ignored.
|
||||
|
||||
See [Audit Annotations: validation falures](/docs/reference/labels-annotations-taints/audit-annotations/#validation-policy-admission-k8s-io-validation_failure)
|
||||
See [Audit Annotations: validation failures](/docs/reference/labels-annotations-taints/audit-annotations/#validation-policy-admission-k8s-io-validation-failure)
|
||||
for more details about the validation failure audit annotation.
|
||||
|
||||
### Parameter resources
|
||||
|
@ -503,4 +503,4 @@ kubectl create deploy --image=dev.example.com/nginx invalid
|
|||
The error message is similar to this.
|
||||
```console
|
||||
error: failed to create deployment: deployments.apps "invalid" is forbidden: ValidatingAdmissionPolicy 'image-matches-namespace-environment.policy.example.com' with binding 'demo-binding-test.example.com' denied request: only prod images are allowed in namespace default
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue