jp-gouin / helm-openldap

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

existingConfigmap not found in the chart #140

Closed zerowebcorp closed 8 months ago

zerowebcorp commented 9 months ago

Describe the bug The document says existingConfigmap is a valid option. However when trying to search for it in the chart, I don't see it anywhere. https://github.com/search?q=repo%3Ajp-gouin%2Fhelm-openldap+existingConfigmap&type=code

How do I inject custom ldif file to the pod without overriding anything? I am trying to figure out how to add a custom olcSyncrepl block and inject into the pod so that I can manually ssh into the pod and apply it or let it apply during booting. I want my openldap to replicate to another openldap that is in another k8s cluster. customLdifFiles will override the default ldif files which is not what I want. I thought existingConfigmap might help. Or is there any other option?

jp-gouin commented 8 months ago

You might want to add your configuration under customSchemaFiles which I think is more appropriate for your needs