From 37a7c9db28ce8ea44be849b5ed6df38c0fdb2c32 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 3 Nov 2021 23:10:10 +0200 Subject: [PATCH] chore(nextcloud): Update label / description on admin credentials (#1274) --- 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 448f5ee3f3e..aa273f6e61e 100644 --- a/charts/stable/nextcloud/questions.yaml +++ b/charts/stable/nextcloud/questions.yaml @@ -76,15 +76,15 @@ questions: # Include{fixedEnv} - variable: NEXTCLOUD_ADMIN_USER - label: "NEXTCLOUD_ADMIN_USER" - description: "Sets nextcloud admin username" + label: "NEXTCLOUD_ADMIN_USER (Initial)" + 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" - description: "Sets nextcloud admin password" + label: "NEXTCLOUD_ADMIN_PASSWORD (Initial)" + description: "Sets the initial nextcloud's admin password, changing this variable after first launch will NOT change admin's password" schema: type: string private: true