fix
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m9s

This commit is contained in:
2025-11-16 22:26:21 -06:00
parent 9fd1d55a9d
commit 3cc757fef9

View File

@@ -86,7 +86,7 @@ mariadb-cluster:
passwordSecretKeyRef:
name: booklore-database-secret
key: password
host: "%"
host: '%'
cleanupPolicy: Delete
requeueInterval: 10h
retryInterval: 30s
@@ -95,10 +95,10 @@ mariadb-cluster:
privileges:
- "ALL PRIVILEGES"
database: "booklore"
table: "%"
table: "*"
username: booklore
grantOption: true
host: localhost
host: '%'
cleanupPolicy: Delete
requeueInterval: 10h
retryInterval: 30s