Skip to content
Snippets Groups Projects
Commit 77cd2853 authored by Sören Henning's avatar Sören Henning
Browse files

Use "theodolite" as default release name

parent cfecd150
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!115Start using new Theodolite defaults,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #2631 failed
......@@ -6,11 +6,9 @@ Install the chart via:
```sh
helm dependencies update .
helm install my-confluent .
helm install theodolite .
```
**Please note: Theodolite currently uses hard-coded URLs, to connect to Kafka and Zookeeper. For that reason, the name of this chart must be `my-confluent`.** We will change this behavior soon.
This chart installs requirements to execute benchmarks with Theodolite.
Dependencies and subcharts:
......@@ -27,7 +25,7 @@ Dependencies and subcharts:
Test the installation:
```sh
helm test <release-name>
helm test theodolite
```
Our test files are located [here](templates/../../theodolite-chart/templates/tests). Many subcharts have their own tests, these are also executed and are placed in the respective /templates folders.
......@@ -46,17 +44,17 @@ helm install theodolite . -f preconfigs/one-broker-values.yaml
## Uninstall this Chart
To uninstall/delete the `my-release` deployment:
To uninstall/delete the `theodolite` deployment:
```sh
helm delete my-release
helm delete theodolite
```
This command does not remove the CRDs which are created by this Chart. Remove this CRDs with:
```sh
kubectl delete crd execution
kubectl delete crd benchmark
kubectl delete crd executions.theodolite.com
kubectl delete crd benchmarks.theodolite.com
```
## Development
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment