From 4b8dc95a69544da143031aa9fcff99fbafac8777 Mon Sep 17 00:00:00 2001 From: Kelsey Johnson Date: Mon, 25 Sep 2023 11:08:33 -0500 Subject: [PATCH] Anchor three kafka enable values together --- getting-started/templates/systemlink-values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/getting-started/templates/systemlink-values.yaml b/getting-started/templates/systemlink-values.yaml index 948b571f..ef075128 100644 --- a/getting-started/templates/systemlink-values.yaml +++ b/getting-started/templates/systemlink-values.yaml @@ -550,7 +550,7 @@ dataframeservice: ## - Before disabling the Kafka backend, review the information in ## the 2023-10 release notes on when Kafka can safely be disabled and removed. ## - enabled: true + enabled: &kafkaEnabled true ## Configuration for the pool of streams used to upload the data to S3. ## @@ -691,7 +691,7 @@ dataframeservice: ## When false, this resource is not deployed. ## See the documentation for "ingestion.kafkaBackend.enabled" before setting this to false. ## - enabled: true + enabled: *kafkaEnabled ## Configure Schema Registry for Kafka ## @@ -699,7 +699,7 @@ dataframeservice: ## When false, this resource is not deployed. ## See the documentation for "ingestion.kafkaBackend.enabled" before setting this to false. ## - enabled: true + enabled: *kafkaEnabled ## Salt configuration. ##