mirror of https://github.com/dapr/quickstarts.git
Chnaged readme for kubernetes example
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
This commit is contained in:
parent
0f23362184
commit
26eb15d366
|
@ -303,7 +303,7 @@ Get the API call logs of the node app:
|
||||||
|
|
||||||
<!-- STEP
|
<!-- STEP
|
||||||
expected_stdout_lines:
|
expected_stdout_lines:
|
||||||
- 'level=info msg="HTTP API Called: POST /v1.0/state/statestore"'
|
- 'level=info msg="HTTP API Called: POST /v1.0/state/statestore'
|
||||||
expected_stderr_lines:
|
expected_stderr_lines:
|
||||||
output_match_mode: substring
|
output_match_mode: substring
|
||||||
name: Read nodeapp logs
|
name: Read nodeapp logs
|
||||||
|
@ -326,7 +326,7 @@ Get the API call logs of the Python app:
|
||||||
|
|
||||||
<!-- STEP
|
<!-- STEP
|
||||||
expected_stdout_lines:
|
expected_stdout_lines:
|
||||||
- 'level=info msg="HTTP API Called: POST /neworder"'
|
- 'level=info msg="HTTP API Called: POST /neworder'
|
||||||
expected_stderr_lines:
|
expected_stderr_lines:
|
||||||
output_match_mode: substring
|
output_match_mode: substring
|
||||||
name: Read pythonapp logs
|
name: Read pythonapp logs
|
||||||
|
|
Loading…
Reference in New Issue