mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 07:26:55 +00:00
helm chart - allow to configure additional values
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
97a4960726
commit
a0dd9d6605
6 changed files with 102 additions and 0 deletions
|
|
@ -12,4 +12,5 @@ $CONFIG = array (
|
|||
'writable' => true,
|
||||
),
|
||||
),
|
||||
'appsallowlist' => getenv('APPS_ALLOWLIST') ? explode(" ", getenv('APPS_ALLOWLIST')) : [],
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue