Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed use of k8s-based postgresql #227

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

k-popov
Copy link
Contributor

@k-popov k-popov commented Apr 18, 2022

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 in postgresql chart itself which caused incorrect user and database creation.

Benefits

Now if postgresql.enabled is set to true 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

@tvories tvories merged commit 7bdabbc into nextcloud:master Apr 20, 2022
@tvories
Copy link
Collaborator

tvories commented Apr 20, 2022

Nice submission!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants