Skip to content

Commit

Permalink
Documentation fix for 'wasme Operator' tutorial (#220)
Browse files Browse the repository at this point in the history
* Documentation fix for 'wasme Operator' tutorial: `istio-test` image is missing; long live `assemblyscript-test`.
  • Loading branch information
chandlernine authored Nov 3, 2020
1 parent 495e291 commit 64ca4b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/wasme/cli/docs/content/tutorial_code/wasme_operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ spec:
kind: Deployment
filter:
config: '{"name":"hello","value":"world"}'
image: webassemblyhub.io/ilackarms/istio-test:1.5.0-0
image: webassemblyhub.io/ilackarms/assemblyscript-test:istio-1.5
```
This resource tells wasme to:
- add the `webassemblyhub.io/ilackarms/istio-test:1.5.0-0` filter to each **Deployment** in the `bookinfo` namespace
- add the `webassemblyhub.io/ilackarms/assemblyscript-test:istio-1.5` filter to each **Deployment** in the `bookinfo` namespace
- with the *configuration* `{"name":"hello","value":"world"}`


Expand All @@ -161,7 +161,7 @@ spec:
kind: Deployment
filter:
config: '{"name":"hello","value":"world"}'
image: webassemblyhub.io/ilackarms/istio-test:1.5.0-0
image: webassemblyhub.io/ilackarms/assemblyscript-test:istio-1.5
EOF
```

Expand Down Expand Up @@ -194,7 +194,7 @@ spec:
kind: Deployment
filter:
config: '{"name":"hello","value":"world"}'
image: webassemblyhub.io/ilackarms/istio-test:1.5.0-0
image: webassemblyhub.io/ilackarms/assemblyscript-test:istio-1.5
status:
observedGeneration: "1"
workloads:
Expand Down Expand Up @@ -259,7 +259,7 @@ spec:
kind: Deployment
filter:
config: '{"name":"hello","value":"goodbye"}'
image: webassemblyhub.io/ilackarms/istio-test:1.5.0-0
image: webassemblyhub.io/ilackarms/assemblyscript-test:istio-1.5
EOF
{{< /highlight >}}

Expand Down

0 comments on commit 64ca4b5

Please sign in to comment.