Ability to change the Druid configuration #15
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Is your feature request related to a problem? Please describe.
All the configuration files are backed into the Docker image. This is necessary for Druid to start the services. However, we want to have the possibility to change certain values depending on the case.
Describe the solution you'd like
Being able to inject the whole file as
configmap
with the appropriate values for each service.Describe alternatives you've considered
An alternative would be to abstract certain parameters and pass them as ENV variable to the Service deployment so that it can be substituted by the OS.
The text was updated successfully, but these errors were encountered: