Skip to content

Password with special characters is not supported #70

Closed
@AustralEpitech

Description

@AustralEpitech

To Reproduce
Steps to reproduce the behavior:

  1. wget https://github.com/jp-gouin/helm-openldap/raw/master/values.yaml
  2. edit adminPassword (I belive it is the '/' that is not supported because of sed)
  3. helm repo add helm-openldap https://jp-gouin.github.io/helm-openldap/
  4. helm install my-release helm-openldap/openldap-stack-ha

Expected behavior
Everything works

Screenshots

$ kubectl get pods
NAME                                 READY   STATUS             RESTARTS      AGE
ldap-phpldapadmin-5cbd44ffc5-c55t6   1/1     Running            0             2m20s
ldap-0                               0/1     CrashLoopBackOff   4 (51s ago)   2m20s

Additional context
There is this error in the logs:

$ kubectl logs ldap-0
sed: -e expression #1, char 30: unknown option to `s'

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions