Skip to content

Commit

Permalink
Anchor three kafka enable values together
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohn1922 committed Sep 25, 2023
1 parent cec7d80 commit 4b8dc95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions getting-started/templates/systemlink-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ dataframeservice:
## <ATTENTION> - 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.
##
Expand Down Expand Up @@ -691,15 +691,15 @@ 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
##
schema-registry:
## 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.
##
Expand Down

0 comments on commit 4b8dc95

Please sign in to comment.