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