fix: align NC01 v03 OpenFGA database secret

This commit is contained in:
pikastech
2026-07-21 09:16:33 +02:00
parent d74650e56d
commit f7aaa0221f
+15
View File
@@ -688,6 +688,21 @@ exports:
- scope: hwlab-v03 - scope: hwlab-v03
secret: hwlab-cloud-api-v03-db secret: hwlab-cloud-api-v03-db
key: DATABASE_URL key: DATABASE_URL
- name: hwlab-nc01-v03-openfga-datastore-uri
sourceSecretRef: platform-db/hwlab-nc01-v03-db.env
render:
envKey: DATASTORE_URI
format: postgres://$(HWLAB_NC01_V03_DB_USER):$(HWLAB_NC01_V03_DB_PASSWORD)@$(PGHOST):5432/$(HWLAB_NC01_V03_DB_NAME)?sslmode=require
variables:
PGHOST: 10.42.0.1
writeToSecretSource:
sourceRef: hwlab/nc01-v03-openfga-db.env
key: DATASTORE_URI
mode: update-or-insert
consumers:
- scope: hwlab-v03
secret: hwlab-v03-openfga
key: DATASTORE_URI
- name: hwlab-nc01-production-cloud-api-database-url - name: hwlab-nc01-production-cloud-api-database-url
sourceSecretRef: platform-db/hwlab-nc01-production-db.env sourceSecretRef: platform-db/hwlab-nc01-production-db.env
render: render: