fixing up mariadb cluster stuff
This commit is contained in:
parent
7f655ecb72
commit
6f681fd0bd
|
|
@ -2,7 +2,7 @@ apiVersion: k8s.mariadb.com/v1alpha1
|
|||
kind: MariaDB
|
||||
metadata:
|
||||
name: mariadb
|
||||
namespace: mariadb-opeartor-system
|
||||
namespace: mariadb-operator-system
|
||||
spec:
|
||||
replicas: 3
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ spec:
|
|||
engineVersion: v2
|
||||
mergePolicy: Merge
|
||||
data:
|
||||
root-password: '{{ index . "mariadb-cluster-root-password" }}'
|
||||
password: '{{ index . "mariadb-cluster-root-password" }}'
|
||||
data:
|
||||
- secretKey: mariadb-cluster-root-password
|
||||
remoteRef:
|
||||
|
|
|
|||
Loading…
Reference in a new issue