Skip to content

Commit

Permalink
revert formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Oct 24, 2024
1 parent 187d494 commit 9e87be5
Showing 1 changed file with 45 additions and 43 deletions.
88 changes: 45 additions & 43 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
# Please, note that this will override the image parameters, including dependencies, configured to use the global value
# Current available global Docker image parameters: imageRegistry, imagePullSecrets and storageClass
global:
imageRegistry: ''
imageRegistry: ""
## E.g.
## imagePullSecrets:
## - myRegistryKeySecretName
##
#imagePullSecrets: [""]
## ldapDomain , can be explicit (e.g dc=toto,c=ca) or domain based (e.g example.com)
ldapDomain: 'example.org'
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: ""
## Default Passwords to use, stored as a secret. Not used if existingSecret is set.
adminUser: 'admin'
adminUser: "admin"
adminPassword: Not@SecurePassw0rd
configUser: 'admin'
configUser: "admin"
configPassword: Not@SecurePassw0rd
ldapPort: 389
sslLdapPort: 636
Expand All @@ -28,13 +28,13 @@ global:

## @param kubeVersion Override Kubernetes version
##
kubeVersion: ''
kubeVersion: ""
## @param nameOverride String to partially override common.names.fullname
##
nameOverride: ''
nameOverride: ""
## @param fullnameOverride String to fully override common.names.fullname
##
fullnameOverride: ''
fullnameOverride: ""
## @param commonLabels Labels to add to all deployed objects
##
commonLabels: {}
Expand Down Expand Up @@ -68,7 +68,7 @@ image:
logLevel: info

initSchema:
image:
image:
repository: debian
tag: latest
pullPolicy: Always
Expand Down Expand Up @@ -141,23 +141,24 @@ serviceReadOnly:
# Use the env variables from https://hub.docker.com/r/bitnami/openldap/
# Be careful, do not modify the following values unless you know exactly what your are doing
env:
# set this to "true" to enable bootstrap debugging
BITNAMI_DEBUG: 'false'
# higher -> less verbose. See https://www.openldap.org/doc/admin26/slapdconfig.html
LDAP_LOGLEVEL: '256'
LDAP_REQUIRE_TLS: 'false'
LDAPTLS_REQCERT: 'never'
LDAP_ENABLE_TLS: 'yes'
LDAP_SKIP_DEFAULT_TREE: 'no'
LDAP_ALLOW_ANON_BINDING: 'no'
LDAP_CONFIG_ADMIN_ENABLED: 'no'
# set this to "true" to enable bootstrap debugging
BITNAMI_DEBUG: "true"
# higher -> less verbose. See https://www.openldap.org/doc/admin26/slapdconfig.html
LDAP_LOGLEVEL: "256"
LDAP_REQUIRE_TLS: "false"
LDAPTLS_REQCERT: "never"
LDAP_ENABLE_TLS: "yes"
LDAP_SKIP_DEFAULT_TREE: "no"
LDAP_ALLOW_ANON_BINDING: 'no'
LDAP_CONFIG_ADMIN_ENABLED: 'no'


# Pod Disruption Budget for Stateful Set
# Disabled by default, to ensure backwards compatibility
pdb:
enabled: false
minAvailable: 1
maxUnavailable: ''
maxUnavailable: ""

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

## Group to create and add list of user above
## Default set by bitnami image
## Default set by bitnami image
# group: readers

# Custom openldap schema files used to be used in addition to default schemas
Expand Down Expand Up @@ -235,11 +236,11 @@ pdb:
replication:
enabled: true
# Enter the name of your cluster, defaults to "cluster.local"
clusterName: 'cluster.local'
clusterName: "cluster.local"
retry: 60
timeout: 1
interval: 00:00:00:10
starttls: 'critical'
starttls: "critical"
# override the tls_reqcert parameter (default if never and demand when initTLSSecret.tls_enabled = true )
# tls_reqcert: "never"
# override the location of tls_cacert to trust (allowed when initTLSSecret.tls_enabled = true )
Expand All @@ -259,7 +260,7 @@ persistence:
accessModes:
- ReadWriteOnce
size: 8Gi
storageClass: ''
storageClass: ""

## @param customLivenessProbe Custom livenessProbe that overrides the default one
##
Expand Down Expand Up @@ -321,7 +322,7 @@ podAnnotations: {}
## @param podAffinityPreset Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
##
podAffinityPreset: ''
podAffinityPreset: ""
## @param podAntiAffinityPreset Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
##
Expand All @@ -332,10 +333,10 @@ podAntiAffinityPreset: soft
nodeAffinityPreset:
## @param nodeAffinityPreset.type Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard`
##
type: ''
type: ""
## @param nodeAffinityPreset.key Node label key to match. Ignored if `affinity` is set
##
key: ''
key: ""
## @param nodeAffinityPreset.values Node label values to match. Ignored if `affinity` is set
## E.g.
## values:
Expand Down Expand Up @@ -366,11 +367,11 @@ updateStrategy:
type: RollingUpdate
## @param priorityClassName OPENLDAP pods' priorityClassName
##
priorityClassName: ''
priorityClassName: ""
## @param schedulerName Name of the k8s scheduler (other than default) for OPENLDAP pods
## ref: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/
##
schedulerName: ''
schedulerName: ""
## @param lifecycleHooks for the OPENLDAP container(s) to automate configuration before or after startup
##
lifecycleHooks: {}
Expand Down Expand Up @@ -425,14 +426,14 @@ serviceAccount:
## @param serviceAccount.name The name of the ServiceAccount to use.
## If not set and create is true, a name is generated using the common.names.fullname template
##
name: ''
name: ""
## @param serviceAccount.automountServiceAccountToken Allows auto mount of ServiceAccountToken on the serviceAccount created
## Can be set to false if pods using this serviceAccount do not need to use K8s API
##
automountServiceAccountToken: false
## @param serviceAccount.annotations Additional custom annotations for the ServiceAccount
##
annotations: {}
annotations: {}

## @section Init Container Parameters

Expand All @@ -458,7 +459,7 @@ initTLSSecret:
##
pullPolicy: IfNotPresent
# The name of a kubernetes.io/tls type secret to use for TLS
secret: ''
secret: ""
## init-tls-secret container's resource requests and limits
## ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
## @param initTlsSecret.resources.limits The resources limits for the init container
Expand Down Expand Up @@ -493,8 +494,8 @@ volumePermissions:
tag: 10-debian-10
pullPolicy: IfNotPresent

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


## Configure extra options for liveness, readiness, and startup probes
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes
livenessProbe:
Expand Down Expand Up @@ -560,7 +562,7 @@ test:
## ltb-passwd
# For more parameters check following file: ./charts/ltb-passwd/values.yaml
ltb-passwd:
enabled: true
enabled : true
image:
tag: 5.2.3
ingress:
Expand All @@ -572,19 +574,19 @@ ltb-passwd:
pathType: Prefix
## Ingress Host
hosts:
- 'ssl-ldap2.example'
- "ssl-ldap2.example"
## Ingress cert
tls: []
# - secretName: ssl-ldap2.example
# hosts:
# - ssl-ldap2.example
# ldap:
# if you want to restrict search base tree for users instead of complete domain
# searchBase: "ou=....,dc=mydomain,dc=com"
# if you want to use a dedicated bindDN for the search with less permissions instead of cn=admin one
# bindDN: "cn=....,dc=mydomain,dc=com"
# if you want to use a specific key of the credentials secret instead of the default one (LDAP_ADMIN_PASSWORD)
# passKey: LDAP_MY_KEY
# if you want to restrict search base tree for users instead of complete domain
# searchBase: "ou=....,dc=mydomain,dc=com"
# if you want to use a dedicated bindDN for the search with less permissions instead of cn=admin one
# bindDN: "cn=....,dc=mydomain,dc=com"
# if you want to use a specific key of the credentials secret instead of the default one (LDAP_ADMIN_PASSWORD)
# passKey: LDAP_MY_KEY

## phpldapadmin
## For more parameters check following file: ./charts/phpldapadmin/values.yaml
Expand All @@ -593,7 +595,7 @@ phpldapadmin:
image:
tag: 0.9.0
env:
PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT: 'never'
PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT: "never"
ingress:
enabled: true
annotations: {}
Expand All @@ -603,7 +605,7 @@ phpldapadmin:
pathType: Prefix
## Ingress Host
hosts:
- phpldapadmin.example
- phpldapadmin.example
## Ingress cert
tls: []
# - secretName: phpldapadmin.example
Expand Down

0 comments on commit 9e87be5

Please sign in to comment.