You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .