Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Description of the change
The change fixes use of kubernetes-based PostgreSQL installed by
postgresql
subchart.Before the patch PostgreSQL instance was created but not used by NextCloud (config was still using SQLite).
The structure of values in NectCloud's chart for
postgresql
subchart was different from one inpostgresql
chart itself which caused incorrect user and database creation.Benefits
Now if
postgresql.enabled
is set totrue
with all other values kept default, the instance of PostgreSQL is created in kubernetes cluster and used by NextCloud instance being installed.Possible drawbacks
Not found.
Applicable issues
#15 or #168 or #226 (probably)
Additional information
None
Checklist
Chart.yaml
according to semver.