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

Merge branch 'master' into install-theodolite-volumes-using-helm

parents 974ee709 edb188b1
No related branches found
No related tags found
1 merge request!192Install Theodolite volumes using Helm
......@@ -9,6 +9,8 @@ helm dependencies update .
helm install theodolite .
```
Additionally, a PersistentVolumeClaim with the name `theodolite-pv-claim` needs to be created or the results volume can be disabled as done with the minimal configuration, described below.
## Customize Installation
As usual, the installation with Helm can be configured by passing a values YAML file:
......
......@@ -6,3 +6,7 @@ cp-helm-charts:
brokers: 1
configurationOverrides:
offsets.topic.replication.factor: "1"
operator:
resultsVolume:
enabled: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment