mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
797 typo fix
This commit is contained in:
parent
bd117aa65d
commit
bafc854bc5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ A JSON Patch rule provides an alternate way to mutate resources.
|
|||
|
||||
With Kyverno, the add and replace have the same behavior i.e. both operations will add or replace the target element.
|
||||
|
||||
This patch policy adds, or replaces, entries in a `ConfigMap` with the name `config-name` in any namespace.
|
||||
This patch policy adds, or replaces, entries in a `ConfigMap` with the name `config-game` in any namespace.
|
||||
|
||||
````yaml
|
||||
apiVersion : kyverno.io/v1
|
||||
|
|
Loading…
Add table
Reference in a new issue