helm chart - allow to configure additional values

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-11-16 13:58:06 +01:00
parent 97a4960726
commit a0dd9d6605
6 changed files with 102 additions and 0 deletions

View file

@ -12,4 +12,5 @@ $CONFIG = array (
'writable' => true,
),
),
'appsallowlist' => getenv('APPS_ALLOWLIST') ? explode(" ", getenv('APPS_ALLOWLIST')) : [],
);