Josh Cox f98e88eac8 ssl lowercase for dns rules před 4 roky
..
environment ccfae06000 Adding readme and ignores před 6 roky
.gitignore 9af3e36084 Adding ldap deployment to example mechanism so it is gitignored as well před 4 roky
Makefile 2deebf5d09 Adding port 636 před 4 roky
README.md 2deebf5d09 Adding port 636 před 4 roky
gce-statefullset.yaml 23c26edc9e v1.4.0 před 5 roky
ldap-deployment.yaml.example f98e88eac8 ssl lowercase for dns rules před 4 roky
ldap-secret.tpl b86f539959 Templating out the secret yaml před 6 roky
ldap-service.yaml 2deebf5d09 Adding port 636 před 4 roky

README.md

Generating ldap-secret.yaml

make example

Then edit the yaml files in the environment directory to have the desired paraneters, 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