DCD-1467: Add initial docs for the overwrite flag.

This commit is contained in:
Steve Smith 2022-04-19 12:46:32 +10:00
parent d22949ea9d
commit 4a7dbb92a2

View File

@ -297,6 +297,19 @@ management technology, and is beyond the scope of this documentation.
## Container Configuration
* `ATL_FORCE_CFG_UPDATE` (default: false)
The Docker [entrypoint](entrypoint.py) generates application configuration on
first start; not all of these files are regenerated on subsequent
starts. This is deliberate, to avoid race conditions or overwriting manual
changes during restarts and upgrades. However in deployments where
configuration is purely specified through the environment (e.g. Kubernetes)
this is undesirable; this flag forces an update of all generated files.
In Confluence the affected files are:
* `confluence.cfg.xml`
* `SET_PERMISSIONS` (default: true)
Define whether to set home directory permissions on startup. Set to `false` to disable