From 795bb7394e81a3598aae42db918b9395d7fe9147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Tue, 16 Sep 2025 15:16:25 +0200 Subject: [PATCH] chore(functional.yaml.gotmpl): Improve comment on `filestore.sharing.external.enabled` --- helmfile/environments/default/functional.yaml.gotmpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/helmfile/environments/default/functional.yaml.gotmpl b/helmfile/environments/default/functional.yaml.gotmpl index 748a141b..2b38fe49 100644 --- a/helmfile/environments/default/functional.yaml.gotmpl +++ b/helmfile/environments/default/functional.yaml.gotmpl @@ -155,8 +155,12 @@ functional: sharing: # External shares external: - # Enables sharing of files with external participants (create external links, send links by mail and allow external upload in shared folders). - # If you disable this option existing external shares stop working, when re-enabling it the old shares are available again. + # Enables sharing of files with external participants (create external links, send links by mail and allow + # external upload in shared folders). + # When you enable external sharing it is still possible to use the groupfolder feature and block external + # sharing for defined groupfolder(s). + # Note: If you disable this option existing external shares stop working, when re-enabling it the old + # shares are available again. enabled: false # Enforces passwords to be used on external shares. enforcePasswords: false