Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 555 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 555 Bytes

kustomize-patch-example

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.