Skip to content

Commit fee1db3

Browse files
committed
Add note on including shared values in service repo
1 parent 7b7ff3d commit fee1db3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ depend on the `ioc-instance` chart in [ec-helm-charts], which deploys the
99
fastcs-odin IOC, and add additional templates to instantiate an Odin deployment of
1010
multiple processes for the data capture.
1111

12+
## Shared Values
13+
14+
In order for this to work correctly, the service needs the shared section of root
15+
`values.yaml` to be inserted into the odin chart and the nested ioc-instance chart.
16+
For example, for a service using the `odin-eiger` chart, the following should be added:
17+
18+
```yaml
19+
odin-eiger:
20+
<<: *shared
21+
22+
ioc-instance:
23+
<<: *shared
24+
```
25+
1226
## CI
1327
1428
The `package-helm-charts` CI job will run `helm package ...` on all the charts in the

0 commit comments

Comments
 (0)