Is your feature request related to a problem? Please describe.
Manual configuration required after deployment.
Describe the solution you'd like
During first boot we are able to add providers. Can this feature be expanded? To include other configurations? For example I need manually add correlations after deployment.
Describe alternatives you've considered
- Alternative would be bootstrap job to run SELECT/INSERT to DB.
- Another alternative could be lifecycle.postStart.exec.command to run SELECT/INSERT to DB.