Skip to content
Snippets Groups Projects
Verified Commit db180f43 authored by Arie Peterson's avatar Arie Peterson
Browse files

Update nextcloud values to follow mariadb upgrade

parent 37db494e
No related branches found
No related tags found
No related merge requests found
......@@ -87,10 +87,12 @@ data:
# Enable and configure MariaDB chart
mariadb:
db:
auth:
password: "${nextcloud_mariadb_password}"
rootPassword: "${nextcloud_mariadb_root_password}"
enabled: true
master:
architecture: standalone
primary:
annotations:
# Let the backup system include nextcloud database data.
backup.velero.io/backup-volumes: "data"
......@@ -105,10 +107,6 @@ data:
requests:
cpu: 100m
memory: 256Mi
replication:
enabled: false
rootUser:
password: "${nextcloud_mariadb_root_password}"
apps:
- name: sociallogin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment