What's Changed
- Update existingSecret to accept resources for initContainer by @stephenagreer in https://github.com/powerhome/helm-openldap/pull/
Extends existingSecret
to allow for a resource definition that's used for a required initContainer.
example:
existingSecret:
enabled: false
name: ''
resources:
limits: {}
requests: {}
New Contributors
- @stephenagreer made their first contribution in #2
Full Changelog: openldap-stack-ha-v4.1.1...openldap-stack-ha-v4.1.2