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