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 apiVersion: v1
stringData: stringData:
postgres-password: iAnMHs3eEuQM0D4jeAP1dwEoLWUBSwNXwhBuPDOgmfoeZ58iV0zogQ77U3GNUbwa uri: postgres://staging-openfga-rw.openfga.svc.cluster.local:5432/app?sslmode=disable
uri: postgres://postgres:iAnMHs3eEuQM0D4jeAP1dwEoLWUBSwNXwhBuPDOgmfoeZ58iV0zogQ77U3GNUbwa@staging-openfga-rw.openfga.svc.cluster.local:5432/postgres?sslmode=disable
kind: Secret kind: Secret
metadata: metadata:
name: staging-openfga-postgresql name: staging-openfga-postgresql
namespace: openfga namespace: staging-openfga
type: Opaque type: Opaque
+1 -1
View File
@@ -3,7 +3,7 @@ replicaCount: 1
datastore: datastore:
engine: postgres engine: postgres
migrationType: initContainer migrationType: initContainer
uri: staging-openfga-db-rw.staging-openfga.svc.cluster.local uriSecret: staging-openfga-postgresql
existingSecret: staging-openfga-db-superuser existingSecret: staging-openfga-db-superuser
secretKeys: secretKeys:
usernameKey: username usernameKey: username