Skip to content

Commit

Permalink
Typo fix: ClientIntent -> ClientIntents
Browse files Browse the repository at this point in the history
  • Loading branch information
amitlicht committed Apr 7, 2024
1 parent 65629a0 commit 58f9592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/validating-clientintents/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ title: Validating ClientIntents
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Otterize's `ClientIntent` CRDs can be validated using [Kyverno](https://kyverno.io/#td-block-1).
Otterize's `ClientIntents` CRDs can be validated using [Kyverno](https://kyverno.io/#td-block-1).
Kyverno is a policy engine designed for Kubernetes
Kyverno policies can validate, mutate, generate, and cleanup Kubernetes resources, and verify image signatures and artifacts to help secure the software supply chain.

To install and setup Kyverno, follow the instructions in the [Kyverno documentation](https://kyverno.io/docs/installation/).

The following are some example Kyverno policies that can be used to validate `ClientIntent` CRDs:
The following are some example Kyverno policies that can be used to validate `ClientIntent`s CRDs:

* Validate that `ClientIntents` CRDs do not have any AWS `s3:DeleteAction` operations:
```yaml
Expand Down

0 comments on commit 58f9592

Please sign in to comment.