fix secret
This commit is contained in:
@@ -67,8 +67,8 @@ booklore:
|
|||||||
mariadb:
|
mariadb:
|
||||||
mariadb:
|
mariadb:
|
||||||
rootPasswordSecretKeyRef:
|
rootPasswordSecretKeyRef:
|
||||||
name: mariadb
|
name: booklore-database-secret
|
||||||
key: root-password
|
key: password
|
||||||
storage:
|
storage:
|
||||||
size: 5Gi
|
size: 5Gi
|
||||||
replicas: 3
|
replicas: 3
|
||||||
@@ -83,7 +83,7 @@ mariadb:
|
|||||||
users:
|
users:
|
||||||
- name: booklore
|
- name: booklore
|
||||||
passwordSecretKeyRef:
|
passwordSecretKeyRef:
|
||||||
name: mariadb
|
name: booklore-database-secret
|
||||||
key: password
|
key: password
|
||||||
host: "%"
|
host: "%"
|
||||||
cleanupPolicy: Delete
|
cleanupPolicy: Delete
|
||||||
|
|||||||
Reference in New Issue
Block a user