fix(openldap): revert removing of trailing slash (#1566)
This commit is contained in:
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://github.com/jp-gouin/helm-openldap
|
- https://github.com/jp-gouin/helm-openldap
|
||||||
- https://github.com/osixia/docker-openldap
|
- https://github.com/osixia/docker-openldap
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.5
|
version: 5.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- cloud
|
- cloud
|
||||||
|
|||||||
@@ -394,7 +394,7 @@ questions:
|
|||||||
description: "Path inside the container the storage is mounted"
|
description: "Path inside the container the storage is mounted"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "/var/lib/ldap"
|
default: "/var/lib/ldap/"
|
||||||
editable: false
|
editable: false
|
||||||
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
|
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
|
||||||
- variable: slapd
|
- variable: slapd
|
||||||
@@ -438,7 +438,7 @@ questions:
|
|||||||
description: "Path inside the container the storage is mounted"
|
description: "Path inside the container the storage is mounted"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "/etc/ldap/slapd.d"
|
default: "/etc/ldap/slapd.d/"
|
||||||
editable: false
|
editable: false
|
||||||
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
|
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
|
||||||
|
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ envFrom:
|
|||||||
volumeClaimTemplates:
|
volumeClaimTemplates:
|
||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/var/lib/ldap"
|
mountPath: "/var/lib/ldap/"
|
||||||
slapd:
|
slapd:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/etc/ldap/slapd.d"
|
mountPath: "/etc/ldap/slapd.d/"
|
||||||
|
|||||||
Reference in New Issue
Block a user