jetstack / navigator

Managed Database-as-a-Service (DBaaS) on Kubernetes
Apache License 2.0
271 stars 31 forks source link

Pattern for adjusting database configuration #251

Open kragniz opened 6 years ago

kragniz commented 6 years ago

/kind feature

Currently, there is no maintainable way to adjust the initial cassandra configuration beyond the options exposed as environment variables in the docker image we use. #245 requires using one of these extra options, which it currently does using a string replacement.

We should have a better way of making these modifications.