mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
Update writing-policies-mutate.md
This commit is contained in:
parent
fd2a28d91e
commit
c0437f1265
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ spec :
|
|||
|
||||
### Working with lists
|
||||
|
||||
Applying overlays to a list type without is fairly straightforward: new items will be added to the list, unless they already exist. For example, the next overlay will add IP "192.168.10.172" to all addresses in all Endpoints:
|
||||
Applying overlays to a list type is fairly straightforward: new items will be added to the list, unless they already exist. For example, the next overlay will add IP "192.168.10.172" to all addresses in all Endpoints:
|
||||
|
||||
````yaml
|
||||
apiVersion: kyverno.io/v1alpha1
|
||||
|
|
Loading…
Add table
Reference in a new issue