1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-28 02:18:15 +00:00

[DOC] fixed typo and broken links (#8954)

Signed-off-by: Pushkar Mishra <pushkarmishra029@gmail.com>
Co-authored-by: Chip Zoller <chipzoller@gmail.com>
This commit is contained in:
Pushkar Mishra 2023-11-19 19:19:10 +05:30 committed by GitHub
parent fc841c0417
commit 765bd198f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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.

View file

@ -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.