[bitnami/postgresql-ha] Fix pgpool deployment init container security context
Description of the change
Fix pgpool deployment init container security context
Benefits
Can properly use TLS for pgpool
Additional information
Current issue is when you enable pgpool.tls.enabled=true it will change securityContext for the init-chmod-container and it injects an extra enabled: true that is not part of the kubernetes api for securityContext https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#securitycontext-v1-core. In the mildest case this will cause a warning. In other cases during enforcement, it prevents deployment.
Checklist
- [X] Chart version bumped in
Chart.yamlaccording to semver. This is not necessary when the changes only affect README.md files. - [X] Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
- [X] All commits signed off and in agreement of Developer Certificate of Origin (DCO)
Thanks for your contribution! Could you please bump the chart version in the Chart.yaml? This is necessary to test the changes and cut a new release.
In the same way, please ensure your fork is up-to-date with the parent repository.
yeah sorry.. I added the commit in codespaces, but not sure why it didn't take. Will update.
And the fork was off of main as of an hour ago. Is it behind?
Absolutely.
added
bump