Skip to content

Commit

Permalink
chore(helm): fix tractusx-connector chart install cmd (#450)
Browse files Browse the repository at this point in the history
Use the correct Helm chart in the tractusx-connector chart at the installations docs.
  • Loading branch information
fty4 authored Jun 7, 2023
1 parent 49aaaff commit fc82a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tractusx-connector/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Combined, run this shell command to start the in-memory Tractus-X EDC runtime:

```shell
helm repo add tractusx-edc https://eclipse-tractusx.github.io/charts/dev
helm install my-release tractusx-edc/tractusx-connector-azure-vault --version {{ .Version }} \
helm install my-release tractusx-edc/tractusx-connector --version {{ .Version }} \
-f <path-to>/tractusx-connector-test.yaml
```

Expand Down

0 comments on commit fc82a19

Please sign in to comment.