lukasjarosch / skipper

Inventory based templated configuration library inspired by the kapitan project
https://lukasjarosch.github.io/skipper/
MIT License
11 stars 3 forks source link

Classes and Components field in SkipperConfig is not used properly #33

Closed lukasjarosch closed 1 year ago

lukasjarosch commented 1 year ago

Currently, the SkipperConfig.Classes field is not used, although the used classes should ideally be located there. Additionally, the Target also has a Components config which is also present in SkipperConfig and should be used no longer.

Class usage and component config should be present everywhere, in targets and classes. The only exception currently would be the secret configuration, which can only be done in targets (which is fine for now).