Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 335 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 335 Bytes

kustomize-patch-example

Example of patching resources using Kustomize

How to see manifest

To see the raw manifests, run:

kustomize build base

To see the overlay manifests, run:

kustomize build overlays/no-network

Examples