From ea94cd0022382278f6d05434d654c21db3ab0cdc Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Thu, 7 Dec 2023 15:11:16 -0500 Subject: [PATCH] Updates values.yml to let user know how they can provided a custom admin password Signed-off-by: Darshit Chanpura --- charts/opensearch/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/opensearch/values.yaml b/charts/opensearch/values.yaml index 090cb0c8..5b816743 100644 --- a/charts/opensearch/values.yaml +++ b/charts/opensearch/values.yaml @@ -104,6 +104,10 @@ config: extraEnvs: [] # - name: MY_ENVIRONMENT_VAR # value: the_value_goes_here +# 2.12 onwards a custom strong password needs to be provided in order to setup demo admin user. +# Cluster will not spin-up without this unless demo config install is disabled. +# - name: initialAdminPassword +# value: # Allows you to load environment variables from kubernetes secret or config map envFrom: []