We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b656257 commit 08e36f2Copy full SHA for 08e36f2
docs/tutorials/create_ioc.md
@@ -51,9 +51,10 @@ code services/bl01t-ea-test-02/values.yaml
51
```
52
53
You will now have vscode and open and editing the values.yaml file. Add the following:
54
-
55
```yaml
56
-image: ghcr.io/epics-containers/ioc-adsimdetector-linux-runtime:2024.2.2
+shared:
+ ioc-instance:
57
+ image: ghcr.io/epics-containers/ioc-adsimdetector-linux-runtime:2024.2.1
58
59
60
This tells the IOC Instance to run in the `ioc-adsimdetector-linux-runtime`
0 commit comments