Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker: always merge .yaml.local in conf_get() (#2272)
With this change, all queries to the configuration will return the values from .local if they are set. However, conf_set will only write to .yaml and never to .local. This means users can potentially override values that are supposed to be under control of the entrypoint (credentials and things set from envvars).
- Loading branch information