Skip to content

Commit d4f732d

Browse files
Explain how to install indexer chart with helm upgrade
1 parent c9c2101 commit d4f732d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

charts/ontoserver-indexer/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
5761
See the [`examples/`](examples/) directory for example value files for SNOMED CT AU and LOINC.
5862

5963
## Code System Support

0 commit comments

Comments
 (0)