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

Disable results volume in minimal configuration

parent 6cb3ddb3
No related branches found
No related tags found
No related merge requests found
Pipeline #5063 passed
......@@ -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