Create uri secret
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user