Commit Graph
9 Commits
Author SHA1 Message Date
Alberto Martino fb4ae5cdc5 Openldap inject tls and CA certificates via secrets (#13014)
* custom tls/ca certificates (initContainers)

Signed-off-by: Alberto Martino <malberto.martino@gmail.com>

* readme formatting

Signed-off-by: Alberto Martino <malberto.martino@gmail.com>

* fix lint for values.yaml

Signed-off-by: Alberto Martino <malberto.martino@gmail.com>
2019-04-19 09:51:55 -07:00
Jacek Ciwiś 6da7a7fcc7 [stable/openldap] Add deployment strategy configuration (#10499)
* [stable/openldap] Add deployment strategy configuration

Signed-off-by: Jacek Ciwiś <jacek.ciwis@thesoftwarehouse.pl>

* [stable/openldap] Bump to version 0.3.0

Signed-off-by: Jacek Ciwiś <jacek.ciwis@thesoftwarehouse.pl>

* [stable/openldap] Prevent from merging unsupported parameters

Signed-off-by: Jacek Ciwiś <jacek.ciwis@thesoftwarehouse.pl>
2019-01-10 02:44:22 -08:00
Elena Hardon 75b25e3355 Allow adding custom ldif files to the openldap chart (#7396)
* 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>
2018-10-17 05:32:09 -07:00
Kavanaugh Latiolais 786fe268f4 OpenLDAP Read Only LDIF ConfigMap Fix (#7593)
* 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>
2018-09-08 04:36:13 -07:00
David J. M. Karlsen 0fc17536ad fixes #7053 (#7054) 2018-08-10 06:34:43 -07:00
AdamDang 378b75a95f [stable/openldap] typo fix: persitent->persistent (#6263)
* Update Chart.yaml

* [stable/openldap] typo fix: persitent->persistent

[stable/openldap] typo fix: persitent->persistent
2018-07-01 09:40:16 -07:00
Erik Madrid 50230ff89f [stable/openldap] normalize chart (#6018)
* 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
2018-06-28 10:49:21 -07:00
AdamDang 63966e292a [stable/openldap] typo fix: tables->table (#6171)
* Add version to 0.1.1

Add version to 0.1.1

* [stable/openldap] typo fix: tables->table

[stable/openldap] typo fix: tables->table
2018-06-18 09:28:32 -07:00
Enis Soztutar a0dfbbd81a Added OpenLDAP chart (#2820)
* 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
2018-06-08 08:56:55 -07:00