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:
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