jetstack-experimental / pilot-elasticsearch

Managed Elasticsearch on Kubernetes
Apache License 2.0
5 stars 0 forks source link

Configuration should be dynamically generated #1

Open munnerz opened 7 years ago

munnerz commented 7 years ago

Currently, the elasticsearch.yml configuration file is built into the base image. This is completely non-customisable without a rebuild of the base image.

We should allow users to specify their configuration within the ThirdPartyResource, or in future helm definition.