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:
parent
fc841c0417
commit
765bd198f1
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue