[COMMON] Don't create dummy mysql DB by default in a shared instance
[oom.git] / kubernetes / common / mariadb-galera / values.yaml
index 1dcc88c..dabf21d 100644 (file)
@@ -61,8 +61,8 @@ config:
   mariadbRootPassword: secretpassword
   # .userCredentialsExternalSecret: 'some-external-secret'
   userName: my-user
-  userPassword: my-password
-  mysqlDatabase: my-database
+  userPassword: my-password
+  mysqlDatabase: my-database
 
 # default number of instances in the StatefulSet
 replicaCount: 3