Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit e272343

Browse files
committed
add default ENV variables
1 parent 2e827d8 commit e272343

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

infra/helm/graphrag/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ ingress:
3030
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
3131

3232
graphragConfig:
33+
AI_SEARCH_AUDIENCE: ""
34+
AI_SEARCH_URL: ""
35+
APP_INSIGHTS_CONNECTION_STRING: ""
3336
COSMOS_URI_ENDPOINT: ""
3437
GRAPHRAG_API_BASE: ""
3538
GRAPHRAG_API_VERSION: ""
@@ -40,7 +43,6 @@ graphragConfig:
4043
GRAPHRAG_EMBEDDING_DEPLOYMENT_NAME: ""
4144
REPORTERS: "blob,console,app_insights"
4245
STORAGE_ACCOUNT_BLOB_URL: ""
43-
AI_SEARCH_URL: ""
4446

4547
master:
4648
name: "master"

0 commit comments

Comments
 (0)