Skip to content

Commit

Permalink
Aligning test with dapr init --dev which installs redis, so quickstar…
Browse files Browse the repository at this point in the history
…t should not try to add or delete the redis.yaml crd

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
  • Loading branch information
paulyuk committed Jul 23, 2024
1 parent 27ae4c9 commit 2415ab5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions tutorials/hello-kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ name: Check dapr status
```bash
dapr status -k
```

<!-- END_STEP -->

You will see output like the following. All services should show `True` in the HEALTHY column and `Running` in the STATUS column before you continue.
Expand Down Expand Up @@ -363,7 +362,6 @@ expected_stdout_lines:
- service "nodeapp" deleted
- deployment.apps "nodeapp" deleted
- deployment.apps "pythonapp" deleted
- component.dapr.io "statestore" deleted
output_match_mode: substring
match_order: none
tags:
Expand Down
21 changes: 0 additions & 21 deletions tutorials/hello-kubernetes/deploy/redis.yaml

This file was deleted.

0 comments on commit 2415ab5

Please sign in to comment.