From 64ca4b5118df551aecd523dd12e6bc4887eaa811 Mon Sep 17 00:00:00 2001 From: chandlernine <62032675+chandlernine@users.noreply.github.com> Date: Tue, 3 Nov 2020 11:21:09 -0500 Subject: [PATCH] Documentation fix for 'wasme Operator' tutorial (#220) * Documentation fix for 'wasme Operator' tutorial: `istio-test` image is missing; long live `assemblyscript-test`. --- .../cli/docs/content/tutorial_code/wasme_operator.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/wasme/cli/docs/content/tutorial_code/wasme_operator.md b/tools/wasme/cli/docs/content/tutorial_code/wasme_operator.md index 427299a7..6e3cc344 100644 --- a/tools/wasme/cli/docs/content/tutorial_code/wasme_operator.md +++ b/tools/wasme/cli/docs/content/tutorial_code/wasme_operator.md @@ -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"}` @@ -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 ``` @@ -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: @@ -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 >}}