mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
Update writing-policies-mutate.md
This commit is contained in:
parent
2e8bce12d8
commit
fd2a28d91e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Note, that if **remove** operation cannot be applied, then this **remove** opera
|
|||
|
||||
## Overlay
|
||||
|
||||
An mutation overlay describes the desired form of resource. The existing resource values are replaced with the values specified in the overlay. If a value is specified in the overlay but not present in the target resource, then it will be added to the resource. The overlay cannot be used to delete values in a resource: use **patches** for this purpose.
|
||||
A mutation overlay describes the desired form of resource. The existing resource values are replaced with the values specified in the overlay. If a value is specified in the overlay but not present in the target resource, then it will be added to the resource. The overlay cannot be used to delete values in a resource: use **patches** for this purpose.
|
||||
|
||||
The following mutation overlay will add (or replace) the memory request and limit to 10Gi for every Pod with a label ```memory: high```:
|
||||
|
||||
|
|
Loading…
Reference in a new issue