Skip to content

Commit 9e87be5

Browse files
committed
revert formatting
1 parent 187d494 commit 9e87be5

File tree

1 file changed

+45
-43
lines changed

1 file changed

+45
-43
lines changed

values.yaml

Lines changed: 45 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
# Please, note that this will override the image parameters, including dependencies, configured to use the global value
77
# Current available global Docker image parameters: imageRegistry, imagePullSecrets and storageClass
88
global:
9-
imageRegistry: ''
9+
imageRegistry: ""
1010
## E.g.
1111
## imagePullSecrets:
1212
## - myRegistryKeySecretName
1313
##
1414
#imagePullSecrets: [""]
1515
## 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"
1717
# 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.
1818
# existingSecret: ""
1919
## Default Passwords to use, stored as a secret. Not used if existingSecret is set.
20-
adminUser: 'admin'
20+
adminUser: "admin"
2121
adminPassword: Not@SecurePassw0rd
22-
configUser: 'admin'
22+
configUser: "admin"
2323
configPassword: Not@SecurePassw0rd
2424
ldapPort: 389
2525
sslLdapPort: 636
@@ -28,13 +28,13 @@ global:
2828

2929
## @param kubeVersion Override Kubernetes version
3030
##
31-
kubeVersion: ''
31+
kubeVersion: ""
3232
## @param nameOverride String to partially override common.names.fullname
3333
##
34-
nameOverride: ''
34+
nameOverride: ""
3535
## @param fullnameOverride String to fully override common.names.fullname
3636
##
37-
fullnameOverride: ''
37+
fullnameOverride: ""
3838
## @param commonLabels Labels to add to all deployed objects
3939
##
4040
commonLabels: {}
@@ -68,7 +68,7 @@ image:
6868
logLevel: info
6969

7070
initSchema:
71-
image:
71+
image:
7272
repository: debian
7373
tag: latest
7474
pullPolicy: Always
@@ -141,23 +141,24 @@ serviceReadOnly:
141141
# Use the env variables from https://hub.docker.com/r/bitnami/openldap/
142142
# Be careful, do not modify the following values unless you know exactly what your are doing
143143
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+
154155

155156
# Pod Disruption Budget for Stateful Set
156157
# Disabled by default, to ensure backwards compatibility
157158
pdb:
158159
enabled: false
159160
minAvailable: 1
160-
maxUnavailable: ''
161+
maxUnavailable: ""
161162

162163
## User list to create (comma separated list) , can't be use with customLdifFiles
163164
## Default set by bitnami image
@@ -168,7 +169,7 @@ pdb:
168169
# userPasswords: bitnami1, bitnami2
169170

170171
## Group to create and add list of user above
171-
## Default set by bitnami image
172+
## Default set by bitnami image
172173
# group: readers
173174

174175
# Custom openldap schema files used to be used in addition to default schemas
@@ -235,11 +236,11 @@ pdb:
235236
replication:
236237
enabled: true
237238
# Enter the name of your cluster, defaults to "cluster.local"
238-
clusterName: 'cluster.local'
239+
clusterName: "cluster.local"
239240
retry: 60
240241
timeout: 1
241242
interval: 00:00:00:10
242-
starttls: 'critical'
243+
starttls: "critical"
243244
# override the tls_reqcert parameter (default if never and demand when initTLSSecret.tls_enabled = true )
244245
# tls_reqcert: "never"
245246
# override the location of tls_cacert to trust (allowed when initTLSSecret.tls_enabled = true )
@@ -259,7 +260,7 @@ persistence:
259260
accessModes:
260261
- ReadWriteOnce
261262
size: 8Gi
262-
storageClass: ''
263+
storageClass: ""
263264

264265
## @param customLivenessProbe Custom livenessProbe that overrides the default one
265266
##
@@ -321,7 +322,7 @@ podAnnotations: {}
321322
## @param podAffinityPreset Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
322323
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
323324
##
324-
podAffinityPreset: ''
325+
podAffinityPreset: ""
325326
## @param podAntiAffinityPreset Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
326327
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
327328
##
@@ -332,10 +333,10 @@ podAntiAffinityPreset: soft
332333
nodeAffinityPreset:
333334
## @param nodeAffinityPreset.type Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
334335
##
335-
type: ''
336+
type: ""
336337
## @param nodeAffinityPreset.key Node label key to match. Ignored if `affinity` is set
337338
##
338-
key: ''
339+
key: ""
339340
## @param nodeAffinityPreset.values Node label values to match. Ignored if `affinity` is set
340341
## E.g.
341342
## values:
@@ -366,11 +367,11 @@ updateStrategy:
366367
type: RollingUpdate
367368
## @param priorityClassName OPENLDAP pods' priorityClassName
368369
##
369-
priorityClassName: ''
370+
priorityClassName: ""
370371
## @param schedulerName Name of the k8s scheduler (other than default) for OPENLDAP pods
371372
## ref: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/
372373
##
373-
schedulerName: ''
374+
schedulerName: ""
374375
## @param lifecycleHooks for the OPENLDAP container(s) to automate configuration before or after startup
375376
##
376377
lifecycleHooks: {}
@@ -425,14 +426,14 @@ serviceAccount:
425426
## @param serviceAccount.name The name of the ServiceAccount to use.
426427
## If not set and create is true, a name is generated using the common.names.fullname template
427428
##
428-
name: ''
429+
name: ""
429430
## @param serviceAccount.automountServiceAccountToken Allows auto mount of ServiceAccountToken on the serviceAccount created
430431
## Can be set to false if pods using this serviceAccount do not need to use K8s API
431432
##
432433
automountServiceAccountToken: false
433434
## @param serviceAccount.annotations Additional custom annotations for the ServiceAccount
434435
##
435-
annotations: {}
436+
annotations: {}
436437

437438
## @section Init Container Parameters
438439

@@ -458,7 +459,7 @@ initTLSSecret:
458459
##
459460
pullPolicy: IfNotPresent
460461
# The name of a kubernetes.io/tls type secret to use for TLS
461-
secret: ''
462+
secret: ""
462463
## init-tls-secret container's resource requests and limits
463464
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
464465
## @param initTlsSecret.resources.limits The resources limits for the init container
@@ -493,8 +494,8 @@ volumePermissions:
493494
tag: 10-debian-10
494495
pullPolicy: IfNotPresent
495496

496-
## Command to execute during the volumePermission startup
497-
command: ['sh', '-c', 'chmod -R g+rwX /bitnami']
497+
## Command to execute during the volumePermission startup
498+
command: [ 'sh', '-c', 'chmod -R g+rwX /bitnami' ]
498499
## command: {}
499500
## Init container's resource requests and limits
500501
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
@@ -526,6 +527,7 @@ updateReplication:
526527
limits: {}
527528
requests: {}
528529

530+
529531
## Configure extra options for liveness, readiness, and startup probes
530532
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes
531533
livenessProbe:
@@ -560,7 +562,7 @@ test:
560562
## ltb-passwd
561563
# For more parameters check following file: ./charts/ltb-passwd/values.yaml
562564
ltb-passwd:
563-
enabled: true
565+
enabled : true
564566
image:
565567
tag: 5.2.3
566568
ingress:
@@ -572,19 +574,19 @@ ltb-passwd:
572574
pathType: Prefix
573575
## Ingress Host
574576
hosts:
575-
- 'ssl-ldap2.example'
577+
- "ssl-ldap2.example"
576578
## Ingress cert
577579
tls: []
578580
# - secretName: ssl-ldap2.example
579581
# hosts:
580582
# - ssl-ldap2.example
581583
# ldap:
582-
# if you want to restrict search base tree for users instead of complete domain
583-
# searchBase: "ou=....,dc=mydomain,dc=com"
584-
# if you want to use a dedicated bindDN for the search with less permissions instead of cn=admin one
585-
# bindDN: "cn=....,dc=mydomain,dc=com"
586-
# if you want to use a specific key of the credentials secret instead of the default one (LDAP_ADMIN_PASSWORD)
587-
# passKey: LDAP_MY_KEY
584+
# if you want to restrict search base tree for users instead of complete domain
585+
# searchBase: "ou=....,dc=mydomain,dc=com"
586+
# if you want to use a dedicated bindDN for the search with less permissions instead of cn=admin one
587+
# bindDN: "cn=....,dc=mydomain,dc=com"
588+
# if you want to use a specific key of the credentials secret instead of the default one (LDAP_ADMIN_PASSWORD)
589+
# passKey: LDAP_MY_KEY
588590

589591
## phpldapadmin
590592
## For more parameters check following file: ./charts/phpldapadmin/values.yaml
@@ -593,7 +595,7 @@ phpldapadmin:
593595
image:
594596
tag: 0.9.0
595597
env:
596-
PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT: 'never'
598+
PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT: "never"
597599
ingress:
598600
enabled: true
599601
annotations: {}
@@ -603,7 +605,7 @@ phpldapadmin:
603605
pathType: Prefix
604606
## Ingress Host
605607
hosts:
606-
- phpldapadmin.example
608+
- phpldapadmin.example
607609
## Ingress cert
608610
tls: []
609611
# - secretName: phpldapadmin.example

0 commit comments

Comments
 (0)