Skip to content

Commit

Permalink
docs(examples): described the expected results in example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Jul 1, 2022
1 parent 698f082 commit ae16f7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/local-mode-k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ garden dev --local=backend
garden dev --local
garden dev --local=*
```

To verify the result, call the corresponding ingress URLs of the `frontend` and `backend` applications. The local
backend implementation returns a different message in a response.
3 changes: 3 additions & 0 deletions examples/local-mode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ garden dev --local=backend-1,backend-2
garden dev --local
garden dev --local=*
```

To verify the result, call the corresponding ingress URLs of the `frontend` and `backend` applications. The local
backend implementations return different messages in responses.

0 comments on commit ae16f7b

Please sign in to comment.