From cba5ef87c7dd295d5bb47c501bd64a269ecb396c Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 19 Dec 2021 14:43:31 +0200 Subject: [PATCH] fix(openldap): revert removing of trailing slash (#1566) --- charts/stable/openldap/Chart.yaml | 2 +- charts/stable/openldap/questions.yaml | 4 ++-- charts/stable/openldap/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/stable/openldap/Chart.yaml b/charts/stable/openldap/Chart.yaml index ee30eaec03e..934809b24ad 100644 --- a/charts/stable/openldap/Chart.yaml +++ b/charts/stable/openldap/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/jp-gouin/helm-openldap - https://github.com/osixia/docker-openldap type: application -version: 5.0.5 +version: 5.0.6 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/openldap/questions.yaml b/charts/stable/openldap/questions.yaml index 26233ff5cef..f516aff2081 100644 --- a/charts/stable/openldap/questions.yaml +++ b/charts/stable/openldap/questions.yaml @@ -394,7 +394,7 @@ questions: description: "Path inside the container the storage is mounted" schema: type: string - default: "/var/lib/ldap" + default: "/var/lib/ldap/" editable: false valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' - variable: slapd @@ -438,7 +438,7 @@ questions: description: "Path inside the container the storage is mounted" schema: type: string - default: "/etc/ldap/slapd.d" + default: "/etc/ldap/slapd.d/" editable: false valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' diff --git a/charts/stable/openldap/values.yaml b/charts/stable/openldap/values.yaml index ed29f4de436..02b9978be98 100644 --- a/charts/stable/openldap/values.yaml +++ b/charts/stable/openldap/values.yaml @@ -93,7 +93,7 @@ envFrom: volumeClaimTemplates: data: enabled: true - mountPath: "/var/lib/ldap" + mountPath: "/var/lib/ldap/" slapd: enabled: true - mountPath: "/etc/ldap/slapd.d" + mountPath: "/etc/ldap/slapd.d/"