Skip to content

Commit

Permalink
markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed May 31, 2023
1 parent edb53a0 commit 1562c5b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/samples/example-dataspace/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 1. Prepare environment:
# How-To run two connectors and a DAPS

## 1. Prepare environment

This guide will bring up two connectors named "Sokrates" and "Plato", each alongside their dependencies (Hashicorp
Vault, PostgreSQL) and a DAPS instance that both share.
Expand Down Expand Up @@ -102,12 +104,16 @@ There is several ways of making sure everything worked out well:

- simply look at the logs of the Helm releases, e.g. with a tool
like [stern](https://kubernetes.io/blog/2016/10/tail-kubernetes-with-stern/) and look out for a log line similar to:
```shell
stern tx-sokates

```shell
stern tx-sokrates
```

then look out for something similar to:

```shell
tx-sokrates-controlplane-b9456f97b-s5jts tractusx-connector INFO 2023-05-31T07:24:53.020975888 tx-sokrates-controlplane ready
```

- wait for the Kubernetes rollout to be successful, e.g. `kubectl rollout status deployment tx-plato-controlplane`
- use `helm test` to execute tests: `helm test tx-plato`
- use `helm test` to execute tests: `helm test tx-plato`

0 comments on commit 1562c5b

Please sign in to comment.