From ebcc5cfdf6b42cd740cea64c623a433ac2bf1f01 Mon Sep 17 00:00:00 2001 From: Curtis Ruck Date: Thu, 10 Mar 2022 08:40:29 -0500 Subject: [PATCH] enable ldapi:// protocol --- charts/openldap/Chart.yaml | 2 +- charts/openldap/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/openldap/Chart.yaml b/charts/openldap/Chart.yaml index 269b563..30b586d 100644 --- a/charts/openldap/Chart.yaml +++ b/charts/openldap/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.9 +version: 1.0.10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/openldap/templates/deployment.yaml b/charts/openldap/templates/deployment.yaml index 1450fdc..a94c489 100644 --- a/charts/openldap/templates/deployment.yaml +++ b/charts/openldap/templates/deployment.yaml @@ -52,6 +52,8 @@ spec: - name: DEBUG_SCRIPTS value: {{ true | quote }} {{- end }} + - name: LDAPI + value: "1" - name: LDAP_PORT value: "1389" - name: LDAP_SUFFIX