diff --git a/cmd/cli/kubectl-kyverno/README.md b/cmd/cli/kubectl-kyverno/README.md index 102c647e71..c026151046 100644 --- a/cmd/cli/kubectl-kyverno/README.md +++ b/cmd/cli/kubectl-kyverno/README.md @@ -12,7 +12,7 @@ The CLI can be used as a standalone tool or as a kubectl plugin. 👉 **[Installation](https://kyverno.io/docs/kyverno-cli/#cli-commands)** -👉 **[Reference docs](../../../docs/user/cli/kyverno.md)** +👉 **[Reference docs](../../../docs/user/cli/commands/kyverno.md)** ## 🔧 GitHub Action diff --git a/test/conformance/kuttl/background-only/cluster-policy/no-admission-event/README.md b/test/conformance/kuttl/background-only/cluster-policy/no-admission-event/README.md index cbc68bc783..8e7d11859b 100644 --- a/test/conformance/kuttl/background-only/cluster-policy/no-admission-event/README.md +++ b/test/conformance/kuttl/background-only/cluster-policy/no-admission-event/README.md @@ -6,5 +6,5 @@ Then it creates a resource that violates the policy. ## Expected Behavior The resource creates fine as the policy doesn't apply at admission time. -No admission ezvent is created. +No admission event is created. One background event is created. diff --git a/test/conformance/kuttl/background-only/policy/no-admission-event/README.md b/test/conformance/kuttl/background-only/policy/no-admission-event/README.md index cbc68bc783..8e7d11859b 100644 --- a/test/conformance/kuttl/background-only/policy/no-admission-event/README.md +++ b/test/conformance/kuttl/background-only/policy/no-admission-event/README.md @@ -6,5 +6,5 @@ Then it creates a resource that violates the policy. ## Expected Behavior The resource creates fine as the policy doesn't apply at admission time. -No admission ezvent is created. +No admission event is created. One background event is created.