jp-gouin / helm-openldap

Helm chart of Openldap in High availability with multi-master replication and PhpLdapAdmin and Ltb-Passwd
Apache License 2.0
183 stars 115 forks source link

Fix: invalid configmap key when using custom schema files #113

Closed lwj5 closed 11 months ago

lwj5 commented 11 months ago

What this PR does / why we need it:

When using customSchemaFiles (e.g. ppolicy), the key in configmap is ppolicy, however, in the deployment it loads subpath of configmap map as ppolicy.ldif

Pre-submission checklist:

jp-gouin commented 11 months ago

Hi @lwj5 ,

You should use ppolicy.ldif as key in the values

you can find an example here

lwj5 commented 11 months ago

I tried it again and it works. I got ppolicy.ldif.ldif the last time. maybe was a typo