diff --git a/nextcloud-onlyoffice/templates/onlyoffice-config.yaml b/nextcloud-onlyoffice/templates/onlyoffice-config.yaml
index 26516f834ab57691e91e3ff4d70d9ba1af9ad4b4..8c9c144060e1679b4b1621cecbc7ed4d834572fb 100644
--- a/nextcloud-onlyoffice/templates/onlyoffice-config.yaml
+++ b/nextcloud-onlyoffice/templates/onlyoffice-config.yaml
@@ -41,6 +41,17 @@ data:
 
     # Config settings from the configmap above
     php occ config:import /var/local/onlyoffice-config.json
+  #
+  # All values in config.json are applied by the nextcloud occ command
+  #   config:import.
+  # system.trusted_proxies contains a list of proxies that are considered
+  #   to be trusted. 10.43.0.0/16 contains all ip addresses that are
+  #   assigned to kuberentes services which includes the ip address of
+  #   the ingress service that funtions as a proxy.
+  # apps.core.backroundjobs_mod set to cron disables the unreliable ajax
+  #   scheduling that is enabled by default. Ajax scheduling is not needed
+  #   because cronjobs are regularly executed by a kubernetes resource.
+  #
   config.json: |
     {
         "system":{