Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 279 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 279 Bytes

kustomize-examples

Example private repo using for testing Release's Kustomize support

To test outside Release:

cd hello-world/overlays/ephemeral-remote
kustomize edit set configmap the-map --from-literal="greeting=Hello from ephemeral environment"
kustomize build .