Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leavesster/kustomize-patch-examples
kustomize
https://github.com/leavesster/kustomize-patch-examples
Last synced: 2 days ago
JSON representation
kustomize
- Host: GitHub
- URL: https://github.com/leavesster/kustomize-patch-examples
- Owner: leavesster
- Created: 2024-06-05T11:43:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T01:52:08.000Z (8 months ago)
- Last Synced: 2024-11-15T09:44:59.639Z (2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.