Skip to content

Commit

Permalink
Update linkerd-smi.md (linkerd#1311)
Browse files Browse the repository at this point in the history
The URL for test app `trafficsplit` is wrong. Fixed.

Signed-off-by: Vincent Yin <[email protected]>
  • Loading branch information
qingvincentyin authored Mar 1, 2022
1 parent 409e0b9 commit 06a937e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkerd.io/content/2.11/tasks/linkerd-smi.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ First, let's install the sample application.
kubectl create namespace trafficsplit-sample

# install the sample application
linkerd inject https://raw.githubusercontent.com/linkerd/linkerd2/main/test/integration/trafficsplit/testdata/application.yaml | kubectl -n trafficsplit-sample apply -f -
linkerd inject https://raw.githubusercontent.com/linkerd/linkerd2/main/test/integration/viz/trafficsplit/testdata/application.yaml | kubectl -n trafficsplit-sample apply -f -
```

This installs a simple client, and two server deployments.
Expand Down

0 comments on commit 06a937e

Please sign in to comment.