File tree Expand file tree Collapse file tree
charts/ontoserver-indexer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,15 +45,19 @@ Both can be combined — the chart-created secret is appended to the list.
4545
4646# # Installing the Chart
4747
48+ Use `helm upgrade --install` so the same command works for both the first run and every subsequent re-index :
49+
4850` ` ` bash
49- helm install snomed-au-index ./charts/ontoserver-indexer \
51+ helm upgrade -- install snomed-au-index ./charts/ontoserver-indexer \
5052 -f charts/ontoserver-indexer/examples/snomed-au.yaml \
5153 --set auth.oauth2.secretRef=your-secret \
5254 --set image.credentials.username=your-quay-username \
5355 --set image.credentials.password=your-quay-password \
5456 --namespace indexing --create-namespace
5557` ` `
5658
59+ Each invocation creates a new Job with a unique random suffix, so re-running the same command will not fail due to an existing Job.
60+
5761See the [`examples/`](examples/) directory for example value files for SNOMED CT AU and LOINC.
5862
5963# # Code System Support
You can’t perform that action at this time.
0 commit comments