Create uri secret

This commit is contained in:
2025-11-12 14:16:21 +01:00
parent dfac5ddea8
commit 8354fee236
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -10,10 +10,9 @@ type: Opaque
---
apiVersion: v1
stringData:
postgres-password: iAnMHs3eEuQM0D4jeAP1dwEoLWUBSwNXwhBuPDOgmfoeZ58iV0zogQ77U3GNUbwa
uri: postgres://postgres:iAnMHs3eEuQM0D4jeAP1dwEoLWUBSwNXwhBuPDOgmfoeZ58iV0zogQ77U3GNUbwa@staging-openfga-rw.openfga.svc.cluster.local:5432/postgres?sslmode=disable
uri: postgres://staging-openfga-rw.openfga.svc.cluster.local:5432/app?sslmode=disable
kind: Secret
metadata:
name: staging-openfga-postgresql
namespace: openfga
namespace: staging-openfga
type: Opaque
+1 -1
View File
@@ -3,7 +3,7 @@ replicaCount: 1
datastore:
engine: postgres
migrationType: initContainer
uri: staging-openfga-db-rw.staging-openfga.svc.cluster.local
uriSecret: staging-openfga-postgresql
existingSecret: staging-openfga-db-superuser
secretKeys:
usernameKey: username