kuberig
kuberig copied to clipboard
map environment config to a class
to make the use of the environment configuration easier, we should map the config to a class and provide an instance during resource generation.
This way we can also make secret management more easy, by annotating sensitive configuration parameters with @Sensitive, this will also allow the encrypt/decrypt tasks to work for a complete environment properly.