Skip to content

Commit 4ab3ccb

Browse files
committed
fix: Fixed a typo in values.yaml
1 parent 2f6d39d commit 4ab3ccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/chromadb-chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ chromadb:
107107
chromadb: "DEBUG"
108108
uvicorn: "INFO"
109109
anonymizedTelemetry: false
110-
+ corsAllowOrigins: [] # as of version 1.0.x * is not allowed
110+
corsAllowOrigins: [] # as of version 1.0.x * is not allowed
111111
serverHost: "0.0.0.0"
112112
serverHttpPort: 8000
113113
maxPayloadSizeBytes: "41943040"

0 commit comments

Comments
 (0)