From 657a4c2cc4f7027975c44db7d1c53df136b70467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Wed, 23 Feb 2022 14:45:37 +0100 Subject: [PATCH] Add documentation for other release names --- docs/installation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index a97e5ea49..d1c7ac3d1 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -58,13 +58,13 @@ In cases, where you need to install multiple Theodolite instances, it's best to ### Installation with a release name other than `theodolite` -When using another release name than `theodolite`, make sure to adjust the Kafka Lag Exporter configuration of you `values.yaml` accordingly: +When using another release name than `theodolite`, make sure to adjust the Confluent Schema Registry configuration of you `values.yaml` accordingly: ```yaml -kafka-lag-exporter: - clusters: - - name: "<your-release-name>-cp-kafka" - bootstrapBrokers: "<your-release-name>-cp-kafka:9092" +cp-helm-charts: + cp-schema-registry: + kafka: + bootstrapServers: <your-release-name>-kafka-kafka-bootstrap:9092 ``` This seems unfortunately to be necessary as Helm does not let us inject values into dependency charts. -- GitLab