I have deployed Spacebars official containers on kubernetes (it works great!) but managing the config.json file is a little cumbersome. I have worked around it by writing a copy of config.json into each container on startup.
Does the application write to config.json? Will my workaround (making local copies of the config.json for each running instance) cause configuration drift?
Would it be possible to set configuration parameters using env vars?
I have deployed Spacebars official containers on kubernetes (it works great!) but managing the config.json file is a little cumbersome. I have worked around it by writing a copy of config.json into each container on startup.
Does the application write to config.json? Will my workaround (making local copies of the config.json for each running instance) cause configuration drift?
Would it be possible to set configuration parameters using env vars?