fix: don't use kustomize for openfga

This commit is contained in:
Jonas Juselius
2024-08-27 16:01:05 +02:00
parent 52514f32b8
commit 2b473364be
10 changed files with 21 additions and 58 deletions
+4 -4
View File
@@ -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