GoogleCloudPlatform / metacontroller

Lightweight Kubernetes controllers as a service
https://metacontroller.app/
Apache License 2.0
792 stars 105 forks source link

Split dev kustomization into base + dev overlay #121

Closed vreon closed 5 years ago

vreon commented 5 years ago

This allows Kustomize users to refer to Metacontroller's base kustomization by URL, either for installation:

$ kustomize build github.com/GoogleCloudPlatform/metacontroller?ref=v0.4.0 | kubectl apply -f -

Or as a base in their own overlays:

bases:
- github.com/GoogleCloudPlatform/metacontroller?ref=v0.4.0

(P.S. Thanks for Metacontroller!!)

enisoc commented 5 years ago

Nice idea. Thanks!