fix secret
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m18s

This commit is contained in:
2025-11-16 21:44:51 -06:00
parent fa92a10bd1
commit e5e0054ba3

View File

@@ -67,8 +67,8 @@ booklore:
mariadb:
mariadb:
rootPasswordSecretKeyRef:
name: mariadb
key: root-password
name: booklore-database-secret
key: password
storage:
size: 5Gi
replicas: 3
@@ -83,7 +83,7 @@ mariadb:
users:
- name: booklore
passwordSecretKeyRef:
name: mariadb
name: booklore-database-secret
key: password
host: "%"
cleanupPolicy: Delete