1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
kyverno/documentation/writing-policies-mutate.md
2019-05-22 18:14:10 +03:00

726 B

documentation / Writing Policies / Mutate

Mutate Configurations

The mutate rule contains actions that should be applied to the resource before its creation. Mutation can be made using patches or overlay. Using patches in the JSONPatch format, you can make point changes to the created resource, and overlays are designed to bring the resource to the desired view according to a specific pattern.

Resource mutation occurs before validation, so the validation rules should not contradict the changes set in the mutation section.


Read Next >> Generate