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

Change pvc name to nextcloud-mariadb

parent ccd463e4
No related branches found
No related tags found
No related merge requests found
......@@ -24,5 +24,5 @@
with_items:
- name: "files"
size: 2Gi
- name: "metadata"
- name: "mariadb"
size: 512Mi
......@@ -58,7 +58,7 @@ nextcloud:
persistence:
## Enable PostgreSQL persistence using Persistent Volume Claims.
enabled: true
existingClaim: "nextcloud-metadata"
existingClaim: "nextcloud-mariadb"
replication:
enabled: false
rootUser:
......
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