terraform-aws-druid icon indicating copy to clipboard operation
terraform-aws-druid copied to clipboard

Ability to change the Druid configuration

Open spaghettifunk opened this issue 5 years ago • 0 comments

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.

spaghettifunk avatar May 29 '20 09:05 spaghettifunk