Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leavesster/kustomize-patch-examples

kustomize
https://github.com/leavesster/kustomize-patch-examples

Last synced: 2 days ago
JSON representation

kustomize

Awesome Lists containing this project

README

        

# kustomize-patch-example



[简体中文]

This repository showcases the usage of kustomize's built-in [Patches](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/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.