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