fix(openldap): revert removing of trailing slash (#1566)

This commit is contained in:
Stavros Kois 2021-12-19 14:43:31 +02:00 committed by GitHub
parent 79b9d35f7a
commit cba5ef87c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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._-]+|\/?))+$'

View File

@ -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/"