Skip to content
Snippets Groups Projects

Make the analysis of experiments more flexible

Merged Benedikt Wetzel requested to merge wetzel/spesb:249-make-analysis-flexible into master
3 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -47,7 +47,7 @@ helm install theodolite . -f preconfigs/one-broker-values.yaml
@@ -47,7 +47,7 @@ helm install theodolite . -f preconfigs/one-broker-values.yaml
To uninstall/delete the `theodolite` deployment:
To uninstall/delete the `theodolite` deployment:
```sh
```sh
helm delete theodolite
helm uninstall theodolite
```
```
This command does not remove the CRDs which are created by this chart. Remove them manually with:
This command does not remove the CRDs which are created by this chart. Remove them manually with:
Loading