From 0fde7506f07d327a9f612ceccb8248a47b7147af Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 7 Nov 2021 12:00:59 +0100 Subject: [PATCH] fix(Nextcloud): make the env-var descriptions more clear Fixes: #1254 --- charts/stable/nextcloud/questions.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/nextcloud/questions.yaml b/charts/stable/nextcloud/questions.yaml index d15adb23e11..34fd2c7ee72 100644 --- a/charts/stable/nextcloud/questions.yaml +++ b/charts/stable/nextcloud/questions.yaml @@ -83,14 +83,14 @@ questions: # Include{fixedEnv} - variable: NEXTCLOUD_ADMIN_USER - label: "NEXTCLOUD_ADMIN_USER (Initial)" + label: "NEXTCLOUD_ADMIN_USER (First Install Only)" description: "Sets the initial nextcloud's admin username, changing this variable after first launch will NOT change admin's username" schema: type: string required: true default: "" - variable: NEXTCLOUD_ADMIN_PASSWORD - label: "NEXTCLOUD_ADMIN_PASSWORD (Initial)" + label: "NEXTCLOUD_ADMIN_PASSWORD (First Install Only)" description: "Sets the initial nextcloud's admin password, changing this variable after first launch will NOT change admin's password" schema: type: string @@ -98,14 +98,14 @@ questions: required: true default: "" - variable: TRUSTED_PROXIES - label: "TRUSTED_PROXIES" + label: "Trusted Proxies (Advanced)" description: "Sets nextcloud Trusted Proxies" schema: type: string default: "172.16.0.0/16" - variable: NODE_IP label: "NODE_IP" - description: "Sets nextcloud nodeip for nodeport connections" + description: "Sets nextcloud nodeip for nodeport connections (Ensure this is correct at first install!)" schema: type: string $ref: