Fix staging-openfga db uri secret
This commit is contained in:
@@ -2,8 +2,13 @@ replicaCount: 1
|
|||||||
|
|
||||||
datastore:
|
datastore:
|
||||||
engine: postgres
|
engine: postgres
|
||||||
uriSecret: staging-openfga-db-superuser
|
|
||||||
migrationType: initContainer
|
migrationType: initContainer
|
||||||
|
envConfig:
|
||||||
|
- name: OPENFGA_DATASTORE_URI
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
key: pgpass
|
||||||
|
name: staging-openfga-db-superuser
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user