https://github.com/manics/helm-test-openldap
Helm Chart to run an OpenLDAP server prepopulated with test data
https://github.com/manics/helm-test-openldap
Last synced: 4 months ago
JSON representation
Helm Chart to run an OpenLDAP server prepopulated with test data
- Host: GitHub
- URL: https://github.com/manics/helm-test-openldap
- Owner: manics
- Created: 2022-04-22T22:44:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T22:15:39.000Z (about 1 year ago)
- Last Synced: 2025-06-11T23:27:49.749Z (about 1 year ago)
- Language: Smarty
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-openldap Helm Chart
[](https://github.com/manics/helm-test-openldap/actions/workflows/build.yml)
Helm Chart to run an OpenLDAP server prepopulated with test data.
This deploy the [`rroemhild/test-openldap` Docker image](https://hub.docker.com/r/rroemhild/test-openldap) (source: https://github.com/rroemhild/docker-test-openldap).
## Installation
```
helm repo add test-openldap https://www.manicstreetpreacher.co.uk/helm-test-openldap/
helm upgrade --install ldap test-openldap/test-openldap --wait
```
An OpenLDAP server will be running inside the cluster on ports 389 (ldap) and 686 (ldaps).
The service can be accessed at `ldap-test-openldap..svc.cluster.local`.
## LDAP users and groups
See the [documentation for `rroemhild/test-openldap`](https://github.com/rroemhild/docker-test-openldap).