Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions braintrust/templates/api-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ metadata:
data:
ORG_NAME: {{ $orgName | quote }}
PRIMARY_ORG_NAME: {{ $primaryOrgName | quote }}
# emit v3 spans in py+ts sdks. remove this setting when v4 migration is complete
BRAINTRUST_LEGACY_IDS: "true"
{{- with $allowedOrgIds }}
ALLOWED_ORG_IDS: {{ . | quote }}
{{- end }}
Expand Down
3 changes: 3 additions & 0 deletions braintrust/tests/api-configmap_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ tests:
- equal:
path: data.PRIMARY_ORG_NAME
value: ""
- equal:
path: data.BRAINTRUST_LEGACY_IDS
value: "true"
- equal:
path: data.BRAINSTORE_ENABLED
value: "true"
Expand Down
Loading