Skip to content
Snippets Groups Projects
Verified Commit b3f1eb68 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

use MariaDB style for database settings instead of Postgres

parent b6a550fb
No related branches found
No related tags found
No related merge requests found
......@@ -44,10 +44,11 @@ database:
password: "{{ wordpress_mariadb_password }}"
rootUser:
password: "{{ wordpress_mariadb_root_password }}"
persistence:
## Enable PostgreSQL persistence using Persistent Volume Claims.
enabled: true
existingClaim: "wordpress-mariadb"
master:
persistence:
## Enable MariaDB persistence using Persistent Volume Claims.
enabled: true
existingClaim: "wordpress-mariadb"
replication:
enabled: false
......
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