Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions deploy/apps/kartograph/base/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ spec:
key: SPICEDB_USE_TLS
- name: SPICEDB_CERT_PATH
value: /etc/spicedb-ca/service-ca.crt
# IAM config
- name: KARTOGRAPH_IAM_SINGLE_TENANT_MODE
valueFrom:
configMapKeyRef:
name: kartograph-config
key: KARTOGRAPH_IAM_SINGLE_TENANT_MODE
optional: true
# CORS config
- name: KARTOGRAPH_CORS_ORIGINS
valueFrom:
Expand Down
Loading