This repository showcases the usage of kustomize's built-in Patches plugin.
Patches support two types of resource modifications: strategic merge (handled by the patchesStrategicMerge plugin) and json patch (handled by the patchesJson6902 plugin). Both of these plugins have been deprecated, with their logic and functionality now incorporated into the patches system.