You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: values.yaml
+9-2
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ global:
14
14
#imagePullSecrets: [""]
15
15
## ldapDomain , can be explicit (e.g dc=toto,c=ca) or domain based (e.g example.com)
16
16
ldapDomain: "example.org"
17
-
# 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.
18
-
# existingSecret: ""
19
17
## Default Passwords to use, stored as a secret. Not used if existingSecret is set.
20
18
adminPassword: Not@SecurePassw0rd
21
19
configPassword: Not@SecurePassw0rd
@@ -46,6 +44,14 @@ clusterDomain: cluster.local
46
44
##
47
45
extraDeploy: []
48
46
47
+
# 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.
0 commit comments