https://github.com/larsks/so-example-72086055
https://github.com/larsks/so-example-72086055
example stackoverflow
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/larsks/so-example-72086055
- Owner: larsks
- Created: 2022-05-02T12:09:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T12:12:16.000Z (almost 4 years ago)
- Last Synced: 2025-10-09T09:06:30.290Z (6 months ago)
- Topics: example, stackoverflow
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kustomize patching example
This repository accompanies my answer on .
To build use the `strategicMerge` patch:
```
kustomize build overlay/strategicmerge
```
To build using the JsonPatch patch:
```
kustomize build overlay/jsonpatch
```