helm-openldap
helm-openldap copied to clipboard
podAnnotations unused
Describe the bug
The podAnnotations
setting in values.yaml
does not get applied to the OpenLDAP pods.
To Reproduce Steps to reproduce the behavior:
- Install the helm chart setting values for podAnnotations:
--set podAnnotations=name=value
- Verify the annotations for the
openldap-stack-ha-0
pod -
name=value
does not appear in the list of annotations
Expected behavior
Annotations in the podAnnotations
field are expected to be applied to the openldap-stack-ha-* pods, per the documentation.
Screenshots NA
Desktop (please complete the following information):
- OS: NA
- Browser NA
- Version NA
Smartphone (please complete the following information):
- Device: NA
- OS: NA
- Browser NA
- Version NA
Additional context NA
I have a 3-line tested patch for this and would be happy to submit a PR. Please advise.
Hi @roertel , Sure please submit the PR !
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.