Skip to content

Commit 64ca4b5

Browse files
authored
Documentation fix for 'wasme Operator' tutorial (#220)
* Documentation fix for 'wasme Operator' tutorial: `istio-test` image is missing; long live `assemblyscript-test`.
1 parent 495e291 commit 64ca4b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/wasme/cli/docs/content/tutorial_code/wasme_operator.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@ spec:
137137
kind: Deployment
138138
filter:
139139
config: '{"name":"hello","value":"world"}'
140-
image: webassemblyhub.io/ilackarms/istio-test:1.5.0-0
140+
image: webassemblyhub.io/ilackarms/assemblyscript-test:istio-1.5
141141
```
142142
143143
This resource tells wasme to:
144144
145-
- add the `webassemblyhub.io/ilackarms/istio-test:1.5.0-0` filter to each **Deployment** in the `bookinfo` namespace
145+
- add the `webassemblyhub.io/ilackarms/assemblyscript-test:istio-1.5` filter to each **Deployment** in the `bookinfo` namespace
146146
- with the *configuration* `{"name":"hello","value":"world"}`
147147

148148

@@ -161,7 +161,7 @@ spec:
161161
kind: Deployment
162162
filter:
163163
config: '{"name":"hello","value":"world"}'
164-
image: webassemblyhub.io/ilackarms/istio-test:1.5.0-0
164+
image: webassemblyhub.io/ilackarms/assemblyscript-test:istio-1.5
165165
EOF
166166
```
167167

@@ -194,7 +194,7 @@ spec:
194194
kind: Deployment
195195
filter:
196196
config: '{"name":"hello","value":"world"}'
197-
image: webassemblyhub.io/ilackarms/istio-test:1.5.0-0
197+
image: webassemblyhub.io/ilackarms/assemblyscript-test:istio-1.5
198198
status:
199199
observedGeneration: "1"
200200
workloads:
@@ -259,7 +259,7 @@ spec:
259259
kind: Deployment
260260
filter:
261261
config: '{"name":"hello","value":"goodbye"}'
262-
image: webassemblyhub.io/ilackarms/istio-test:1.5.0-0
262+
image: webassemblyhub.io/ilackarms/assemblyscript-test:istio-1.5
263263
EOF
264264
{{< /highlight >}}
265265

0 commit comments

Comments
 (0)