Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbcbauer committed Nov 28, 2024
1 parent 7174b43 commit fb1def0
Showing 1 changed file with 29 additions and 28 deletions.
57 changes: 29 additions & 28 deletions docs/tutorials/e2e/connect/deployComponents.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,12 @@ helm dependency update
:::note Command explanation

`helm install` is used to install a Helm chart.
- `-f your-values.yaml` | `-f values-*.yaml` specifies the values file to use for configuration.
- `umbrella` is the release name for the Helm chart.
- `.` specifies the path to the chart directory.
- `--namespace umbrella` specifies the namespace in which to install the chart.
- `--create-namespace` create a namespace with the name `umbrella`.

- `-f your-values.yaml` | `-f values-*.yaml` specifies the values file to use for configuration.
- `umbrella` is the release name for the Helm chart.
- `.` specifies the path to the chart directory.
- `--namespace umbrella` specifies the namespace in which to install the chart.
- `--create-namespace` create a namespace with the name `umbrella`.

:::

Expand Down Expand Up @@ -342,29 +343,29 @@ If persistance for one or more components is enabled, the persistent volume clai

Currently enabled ingresses:

- http://centralidp.tx.test/auth/
- http://sharedidp.tx.test/auth/
- http://portal-backend.tx.test
- http://portal-backend.tx.test/api/administration/swagger/index.html
- http://portal-backend.tx.test/api/registration/swagger/index.html
- http://portal-backend.tx.test/api/apps/swagger/index.html
- http://portal-backend.tx.test/api/services/swagger/index.html
- http://portal-backend.tx.test/api/notification/swagger/index.html
- http://portal.tx.test
- http://semantics.tx.test/discoveryfinder/swagger-ui/index.html
- http://ssi-credential-issuer.tx.test/api/issuer/swagger/index.html
- http://dataconsumer-1-controlplane.tx.test
- http://dataconsumer-1-dataplane.tx.test
- http://dataprovider-dataplane.tx.test
- http://dataconsumer-2-controlplane.tx.test
- http://dataconsumer-2-dataplane.tx.test
- http://business-partners.tx.test/pool
- http://business-partners.tx.test/orchestrator
- http://bdrs-server.tx.test
- http://iatpmock.tx.test
- http://pgadmin4.tx.test
- http://ssi-dim-wallet-stub.tx.test
- http://dataprovider-submodelserver.tx.test
- <http://centralidp.tx.test/auth/>
- <http://sharedidp.tx.test/auth/>
- <http://portal-backend.tx.test>
- <http://portal-backend.tx.test/api/administration/swagger/index.html>
- <http://portal-backend.tx.test/api/registration/swagger/index.html>
- <http://portal-backend.tx.test/api/apps/swagger/index.html>
- <http://portal-backend.tx.test/api/services/swagger/index.html>
- <http://portal-backend.tx.test/api/notification/swagger/index.html>
- <http://portal.tx.test>
- <http://semantics.tx.test/discoveryfinder/swagger-ui/index.html>
- <http://ssi-credential-issuer.tx.test/api/issuer/swagger/index.html>
- <http://dataconsumer-1-controlplane.tx.test>
- <http://dataconsumer-1-dataplane.tx.test>
- <http://dataprovider-dataplane.tx.test>
- <http://dataconsumer-2-controlplane.tx.test>
- <http://dataconsumer-2-dataplane.tx.test>
- <http://business-partners.tx.test/pool>
- <http://business-partners.tx.test/orchestrator>
- <http://bdrs-server.tx.test>
- <http://iatpmock.tx.test>
- <http://pgadmin4.tx.test>
- <http://ssi-dim-wallet-stub.tx.test>
- <http://dataprovider-submodelserver.tx.test>

### Database Access

Expand Down

0 comments on commit fb1def0

Please sign in to comment.