Bertrand Gouny 80b9afb242 Merge branch 'timgates42-bugfix_typos' into release-1.5.0 il y a 4 ans
..
environment ccfae06000 Adding readme and ignores il y a 6 ans
.gitignore 9af3e36084 Adding ldap deployment to example mechanism so it is gitignored as well il y a 4 ans
Makefile 2deebf5d09 Adding port 636 il y a 4 ans
README.md 80b9afb242 Merge branch 'timgates42-bugfix_typos' into release-1.5.0 il y a 4 ans
gce-statefullset.yaml 1939b9ebfa docs: v1.5.0 il y a 4 ans
ldap-deployment.yaml.example 1939b9ebfa docs: v1.5.0 il y a 4 ans
ldap-secret.tpl b86f539959 Templating out the secret yaml il y a 6 ans
ldap-service.yaml 2920c01f85 redefining port il y a 4 ans

README.md

Helm-chart

After setting the variables you can get strange variables like:

https://github.com/osixia/docker-openldap/issues/342

I have found that using this helm chart does not have those issues:

https://github.com/jp-gouin/helm-openldap.git

Generating ldap-secret.yaml

make example

Then edit the yaml files in the environment directory to have the desired parameters, and then make the secret file:

make ldap-secret.yaml

And deploy the secret you just made:

kubectl apply -f ldap-secret.yaml

Apply the deployment yaml for ldap in k8s:

kubectl apply -f ldap-deployment.yaml

Finally apply the service yaml for ldap in k8s:

kubectl apply -f ldap-service.yaml