Skip to content

Commit 594c832

Browse files
fix: Helm chart model needs default (#23)
1 parent c1bc5d7 commit 594c832

File tree

1 file changed

+1
-1
lines changed
  • deployment/kubernetes/charts/medcat-service-helm

1 file changed

+1
-1
lines changed

deployment/kubernetes/charts/medcat-service-helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
# DEID_REDACT: true
3333

3434
# Enable downloading of public models using wget on startup. Model will be downloaded to /models/<name> and used for APP_MEDCAT_MODEL_PACK
35-
# model:
35+
model: {}
3636
# Public URL to download a model pack from
3737
# downloadUrl: "http://localhost:9000/models/my-model.zip"
3838
# Name of the model pack to save to. Will be stored at /models/<name>

0 commit comments

Comments
 (0)