Skip to content

Commit

Permalink
Merge pull request #919 from Sefaria/linker-settings
Browse files Browse the repository at this point in the history
chore(linker): preemptively add linker paths without enabling it
  • Loading branch information
nsantacruz authored Jul 5, 2022
2 parents a13303f + d9d26e2 commit a71ad04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm-chart/sefaria-project/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ linker:
enabled: false
# key-pair values to load into web pod environment. Takes precedence over global localsettings
model_paths:
en: foo
he: foo
# en: future_path
he: "gs://sefaria-ml-models/ref_model.tar.gz"
part_model_paths:
en: foo
he: foo
# en: future_path
he: "gs://sefaria-ml-models/subref_model.tar.gz"
localsettings:
# APP: web
containerImage:
Expand Down

0 comments on commit a71ad04

Please sign in to comment.