From 4a7dbb92a25e301fa3715ca341dae680c49d9d92 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 19 Apr 2022 12:46:32 +1000 Subject: [PATCH] DCD-1467: Add initial docs for the overwrite flag. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c507e2a..9ae0591 100644 --- a/README.md +++ b/README.md @@ -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