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:
mariadb: mariadb:
rootPasswordSecretKeyRef: rootPasswordSecretKeyRef:
name: mariadb name: booklore-database-secret
key: root-password key: password
storage: storage:
size: 5Gi size: 5Gi
replicas: 3 replicas: 3
@@ -83,7 +83,7 @@ mariadb:
users: users:
- name: booklore - name: booklore
passwordSecretKeyRef: passwordSecretKeyRef:
name: mariadb name: booklore-database-secret
key: password key: password
host: "%" host: "%"
cleanupPolicy: Delete cleanupPolicy: Delete