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
+45-43Lines changed: 45 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@
6
6
# Please, note that this will override the image parameters, including dependencies, configured to use the global value
7
7
# Current available global Docker image parameters: imageRegistry, imagePullSecrets and storageClass
8
8
global:
9
-
imageRegistry: ''
9
+
imageRegistry: ""
10
10
## E.g.
11
11
## imagePullSecrets:
12
12
## - myRegistryKeySecretName
13
13
##
14
14
#imagePullSecrets: [""]
15
15
## ldapDomain , can be explicit (e.g dc=toto,c=ca) or domain based (e.g example.com)
16
-
ldapDomain: 'example.org'
16
+
ldapDomain: "example.org"
17
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
18
# existingSecret: ""
19
19
## Default Passwords to use, stored as a secret. Not used if existingSecret is set.
20
-
adminUser: 'admin'
20
+
adminUser: "admin"
21
21
adminPassword: Not@SecurePassw0rd
22
-
configUser: 'admin'
22
+
configUser: "admin"
23
23
configPassword: Not@SecurePassw0rd
24
24
ldapPort: 389
25
25
sslLdapPort: 636
@@ -28,13 +28,13 @@ global:
28
28
29
29
## @param kubeVersion Override Kubernetes version
30
30
##
31
-
kubeVersion: ''
31
+
kubeVersion: ""
32
32
## @param nameOverride String to partially override common.names.fullname
33
33
##
34
-
nameOverride: ''
34
+
nameOverride: ""
35
35
## @param fullnameOverride String to fully override common.names.fullname
36
36
##
37
-
fullnameOverride: ''
37
+
fullnameOverride: ""
38
38
## @param commonLabels Labels to add to all deployed objects
39
39
##
40
40
commonLabels: {}
@@ -68,7 +68,7 @@ image:
68
68
logLevel: info
69
69
70
70
initSchema:
71
-
image:
71
+
image:
72
72
repository: debian
73
73
tag: latest
74
74
pullPolicy: Always
@@ -141,23 +141,24 @@ serviceReadOnly:
141
141
# Use the env variables from https://hub.docker.com/r/bitnami/openldap/
142
142
# Be careful, do not modify the following values unless you know exactly what your are doing
143
143
env:
144
-
# set this to "true" to enable bootstrap debugging
145
-
BITNAMI_DEBUG: 'false'
146
-
# higher -> less verbose. See https://www.openldap.org/doc/admin26/slapdconfig.html
147
-
LDAP_LOGLEVEL: '256'
148
-
LDAP_REQUIRE_TLS: 'false'
149
-
LDAPTLS_REQCERT: 'never'
150
-
LDAP_ENABLE_TLS: 'yes'
151
-
LDAP_SKIP_DEFAULT_TREE: 'no'
152
-
LDAP_ALLOW_ANON_BINDING: 'no'
153
-
LDAP_CONFIG_ADMIN_ENABLED: 'no'
144
+
# set this to "true" to enable bootstrap debugging
145
+
BITNAMI_DEBUG: "true"
146
+
# higher -> less verbose. See https://www.openldap.org/doc/admin26/slapdconfig.html
147
+
LDAP_LOGLEVEL: "256"
148
+
LDAP_REQUIRE_TLS: "false"
149
+
LDAPTLS_REQCERT: "never"
150
+
LDAP_ENABLE_TLS: "yes"
151
+
LDAP_SKIP_DEFAULT_TREE: "no"
152
+
LDAP_ALLOW_ANON_BINDING: 'no'
153
+
LDAP_CONFIG_ADMIN_ENABLED: 'no'
154
+
154
155
155
156
# Pod Disruption Budget for Stateful Set
156
157
# Disabled by default, to ensure backwards compatibility
157
158
pdb:
158
159
enabled: false
159
160
minAvailable: 1
160
-
maxUnavailable: ''
161
+
maxUnavailable: ""
161
162
162
163
## User list to create (comma separated list) , can't be use with customLdifFiles
163
164
## Default set by bitnami image
@@ -168,7 +169,7 @@ pdb:
168
169
# userPasswords: bitnami1, bitnami2
169
170
170
171
## Group to create and add list of user above
171
-
## Default set by bitnami image
172
+
## Default set by bitnami image
172
173
# group: readers
173
174
174
175
# Custom openldap schema files used to be used in addition to default schemas
@@ -235,11 +236,11 @@ pdb:
235
236
replication:
236
237
enabled: true
237
238
# Enter the name of your cluster, defaults to "cluster.local"
238
-
clusterName: 'cluster.local'
239
+
clusterName: "cluster.local"
239
240
retry: 60
240
241
timeout: 1
241
242
interval: 00:00:00:10
242
-
starttls: 'critical'
243
+
starttls: "critical"
243
244
# override the tls_reqcert parameter (default if never and demand when initTLSSecret.tls_enabled = true )
244
245
# tls_reqcert: "never"
245
246
# override the location of tls_cacert to trust (allowed when initTLSSecret.tls_enabled = true )
@@ -259,7 +260,7 @@ persistence:
259
260
accessModes:
260
261
- ReadWriteOnce
261
262
size: 8Gi
262
-
storageClass: ''
263
+
storageClass: ""
263
264
264
265
## @param customLivenessProbe Custom livenessProbe that overrides the default one
265
266
##
@@ -321,7 +322,7 @@ podAnnotations: {}
321
322
## @param podAffinityPreset Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
0 commit comments