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

https://github.com/larsks/so-example-72086055


https://github.com/larsks/so-example-72086055

example stackoverflow

Last synced: 2 months ago
JSON representation

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
```