adjust host
Some checks failed
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-11-16 22:25:47 -06:00
parent fbefa56e76
commit 9fd1d55a9d

View File

@@ -86,7 +86,7 @@ mariadb-cluster:
passwordSecretKeyRef: passwordSecretKeyRef:
name: booklore-database-secret name: booklore-database-secret
key: password key: password
host: localhost host: "%"
cleanupPolicy: Delete cleanupPolicy: Delete
requeueInterval: 10h requeueInterval: 10h
retryInterval: 30s retryInterval: 30s
@@ -95,7 +95,7 @@ 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: localhost