fix value
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m46s

This commit is contained in:
2025-10-03 00:51:11 -05:00
parent 069f71f148
commit e20c93a1de

View File

@@ -116,12 +116,12 @@ komodo:
- name: DB_PASSWORD - name: DB_PASSWORD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: komodo-postgresql-17-cluster-app name: komodo-postgresql-17-fdb-cluster-superuser
key: password key: password
- name: DB_HOST - name: DB_HOST
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: komodo-postgresql-17-cluster-app name: komodo-postgresql-17-fdb-cluster-superuser
key: host key: host
- name: FERRETDB_POSTGRESQL_URL - name: FERRETDB_POSTGRESQL_URL
value: postgresql://postgres:$(DB_PASSWORD)@$(DB_HOST).komodo:5432/postgres value: postgresql://postgres:$(DB_PASSWORD)@$(DB_HOST).komodo:5432/postgres