cocreators-ee / project-template

Project template for kick-starting your work the right way
Other
5 stars 7 forks source link

Add support for overriding base level kube files per cluster #21

Closed joakimnordling closed 4 years ago

joakimnordling commented 4 years ago

The kube/*.yaml files are all applied to all clusters when running the init_kubernetes task. This makes it possible to per context (cluster) override the files (or add totally new files) to be applied to the cluster. This is done by storing the override files in kube/overrides/<kube_context>/*.yaml