klum-dsl / klum-ast

Turn your models into super models
https://github.com/klum-dsl/klum-ast/wiki
MIT License
3 stars 0 forks source link

Stackable Config / Overwrites #304

Open pauxus opened 1 year ago

pauxus commented 1 year ago

Allow multiple, overriding configurations. I.e. basic configuration, with specific configuration overriding some values (for example helm value files)

This could be handled by using templates -> check for template handling of nested objects

Perhaps a new Factory method like X.Create.From(A, B, C)

pauxus commented 1 year ago

Not templates, but copyFrom should be sufficient. One thing open: