Closed AndreasBurger closed 1 year ago
Also, this might hint at a simple resolution for issue #162 as the requested selector
value is already part of/supported by primary.persistence
.
Thank you for the PR! Could you rebase and also update this line to point to the current postgresql chart version?
I've updated the reference to point to the version that is currently in use (11.9.8
) and also rebased the branch on the latest master.
Why do we need this PR?
Currently some of the values intended to be used by the PostgreSQL-subchart do not have the correct structure. The subchart, as it is currently used, expects them at
(.values).primary.persistence
(checked both the in-use version11.9.8
and the current version12.1.9
) but they are passed along simply at(.values).persistence
. The relevant part of the PostgreSQL chart documentation can be found at https://artifacthub.io/packages/helm/bitnami/postgresql#postgresql-primary-parameters.Changes proposed in this pull request
postgresql.persistence
topostgresql.primary.persistence
Contributor Checklist
README.md
master
is for changes related to the current release of theconcourse/concourse:latest
image and should be good to publish immediatelydev
is for changes related to the next release of Concourse (aka unpublished code onmaster
in concourse/concourse)Reviewer Checklist