* Update deployment.yaml
For newer releases this will be supported/needed. K8 v.1.15.* can already handle the versionApi: "apps/v1".
Signed-off-by: XHPJ <xheladinpopaj@hotmail.com>
* Update Chart version
Signed-off-by: XHPJ <xheladinpopaj@hotmail.com>
* Update deployment.yaml
Updated deployment.yaml file in order to provide the desired argument `--copy-service` to start the ldap docker image so that a user of the chart can override the basis ldif file with another provided as an argument when installing the chart.
Signed-off-by: ehardon <elena.hardon@ness.com>
* Added precondition for applying copy argument
Added precondition for the `--copy-service` argument so that it won't be applied if no custom ldif files are provided.
Signed-off-by: Elena Hardon <elena.hardon@ness.com>
Signed-off-by: ehardon <elena.hardon@ness.com>
* Updated chart version
Signed-off-by: Elena Hardon elena.hardon@ness.com
Signed-off-by: ehardon <elena.hardon@ness.com>
* bump version
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
* fixed typo?
Signed-off-by: W. Kavanaugh Latiolais <kavlatiolais@gmail.com>
* Adding initial container to make ldifs readwrite
Signed-off-by: W. Kavanaugh Latiolais <kavlatiolais@gmail.com>
* Bump version
Signed-off-by: W. Kavanaugh Latiolais <kavlatiolais@gmail.com>
* adds service annotations; adds extralabels to components; canonicalizes template naming; adds values-defined existingSecret
* updates README with test.enabled value description
* sets container ports with values
* updates approvers and reviewers
* removes OWNERS file
* deployment container to using hard-coded port values
* fixes pv command in README
* bumps openldap container version to 1.2.1
* Added OpenLDAP chart
* Rebased the code. Addressed review items and tried to bring the chart to be more consistent to other charts in the repo
* Addressed review comments:
- Reindented charts with 2 spaces for list items
- Hard coded container port name to refer to it in the service
- Added liveness and readiness probes
- Changed chart label values to use the template
* Moved the chart to stable, and addressed rest of the review feedback
* Move to apps/v1beta2
* Fixed formatting of markdown table in README
* Fixed default value in README
* Auto-generate the passwords by default