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: Add extra pod annotation to the statefulset template #114

Closed roman-aleksejuk-telia closed 11 months ago

roman-aleksejuk-telia commented 11 months ago

What this PR does / why we need it:

"podAnnotations" parameter is defined in values.yaml file but not used in the actual statefulset/pod template. Therefore it is impossible to add additional pod annotation to the openldap pods currently. This PR fixes the issue.

Pre-submission checklist: