fix: don't use kustomize for openfga
This commit is contained in:
@@ -2,15 +2,15 @@ replicaCount: 2
|
||||
|
||||
datastore:
|
||||
engine: postgres
|
||||
uri: postgres://prod-openfga-db.idp.svc.cluster.local:5432/app?sslmode=disable
|
||||
uri: postgres://prod-openfga-postgresql.idp.svc.cluster.local:5432/openfga?sslmode=disable
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
username: app
|
||||
existingSecret: prod-openfga-db-app
|
||||
existingSecret: prod-openfga-postgresql
|
||||
secretKeys:
|
||||
userPasswordKey: password
|
||||
adminPasswordKey: admin-password
|
||||
userPasswordKey: postgres-password
|
||||
|
||||
playground:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user