Fix staging-openfga db uri secret

This commit is contained in:
2025-11-12 13:58:34 +01:00
parent 9e5636f872
commit 1a9a68af69
+6 -1
View File
@@ -2,8 +2,13 @@ replicaCount: 1
datastore:
engine: postgres
uriSecret: staging-openfga-db-superuser
migrationType: initContainer
envConfig:
- name: OPENFGA_DATASTORE_URI
valueFrom:
secretKeyRef:
key: pgpass
name: staging-openfga-db-superuser
ingress:
enabled: true