nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
295 stars 258 forks source link

Cannot disable packaged PostgreSQL #573

Closed vanthome closed 3 weeks ago

vanthome commented 1 month ago

Describe your Issue

The documentation says that:

You do not need to use the Bitnami helm charts. If you want to use an already configured database that you have externally, just set internalDatabase.enabled to false, and configure the externalDatabase parameters below.

This does not work, however. When I apply the chart, I still end up with a PostgreSQL instance although I have not deployed it separately.

provokateurin commented 1 month ago

Please show us your values.yaml

vanthome commented 3 weeks ago

Ignore, it was probably a glitch.