From cc7f7e0dd18bc5b288c30341663d76e57d9db121 Mon Sep 17 00:00:00 2001 From: jpgouin Date: Mon, 13 Feb 2023 16:56:52 +0100 Subject: [PATCH] fix values --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index c9bf4b2..16a6149 100644 --- a/values.yaml +++ b/values.yaml @@ -15,7 +15,7 @@ global: ## ldapDomain , can be explicit (e.g dc=toto,c=ca) or domain based (e.g example.com) ldapDomain: "example.org" # Specifies an existing secret to be used for admin and config user passwords. The expected key are LDAP_ADMIN_PASSWORD and LDAP_CONFIG_ADMIN_PASSWORD. - existingSecret: "supersecret" + # existingSecret: "" ## Default Passwords to use, stored as a secret. Not used if existingSecret is set. adminPassword: Not@SecurePassw0rd configPassword: Not@SecurePassw0rd