fix
This commit is contained in:
@@ -86,7 +86,7 @@ mariadb-cluster:
|
|||||||
passwordSecretKeyRef:
|
passwordSecretKeyRef:
|
||||||
name: booklore-database-secret
|
name: booklore-database-secret
|
||||||
key: password
|
key: password
|
||||||
host: "%"
|
host: '%'
|
||||||
cleanupPolicy: Delete
|
cleanupPolicy: Delete
|
||||||
requeueInterval: 10h
|
requeueInterval: 10h
|
||||||
retryInterval: 30s
|
retryInterval: 30s
|
||||||
@@ -95,10 +95,10 @@ mariadb-cluster:
|
|||||||
privileges:
|
privileges:
|
||||||
- "ALL PRIVILEGES"
|
- "ALL PRIVILEGES"
|
||||||
database: "booklore"
|
database: "booklore"
|
||||||
table: "%"
|
table: "*"
|
||||||
username: booklore
|
username: booklore
|
||||||
grantOption: true
|
grantOption: true
|
||||||
host: localhost
|
host: '%'
|
||||||
cleanupPolicy: Delete
|
cleanupPolicy: Delete
|
||||||
requeueInterval: 10h
|
requeueInterval: 10h
|
||||||
retryInterval: 30s
|
retryInterval: 30s
|
||||||
|
|||||||
Reference in New Issue
Block a user