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