Fix staging openfga psql uri secret

This commit is contained in:
2025-11-12 14:31:34 +01:00
parent 8354fee236
commit 2a432525bf
+1 -1
View File
@@ -10,7 +10,7 @@ type: Opaque
--- ---
apiVersion: v1 apiVersion: v1
stringData: stringData:
uri: postgres://staging-openfga-rw.openfga.svc.cluster.local:5432/app?sslmode=disable uri: postgres://staging-openfga-db-rw.staging-openfga.svc.cluster.local:5432/app?sslmode=disable
kind: Secret kind: Secret
metadata: metadata:
name: staging-openfga-postgresql name: staging-openfga-postgresql