fix(openldap): revert removing of trailing slash (#1566)
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user