We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7ff3d commit fee1db3Copy full SHA for fee1db3
README.md
@@ -9,6 +9,20 @@ depend on the `ioc-instance` chart in [ec-helm-charts], which deploys the
9
fastcs-odin IOC, and add additional templates to instantiate an Odin deployment of
10
multiple processes for the data capture.
11
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
24
+```
25
26
## CI
27
28
The `package-helm-charts` CI job will run `helm package ...` on all the charts in the
0 commit comments