Skip to content

Commit

Permalink
Move name to pipeline-component defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Jan 16, 2024
1 parent 9ea5459 commit ad6ee5b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/pipeline/resources/defaults.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
pipeline-component:
name: ${component.type}

kubernetes-app:
name: "${component.type}"
namespace: example-namespace

kafka-app:
app:
streams:
brokers: "${config.kafka_brokers}"
schema_registry_url: "${config.schema_registry.url}"
brokers: ${config.kafka_brokers}
schema_registry_url: ${config.schema_registry.url}
version: "2.4.2"

producer-app: {} # inherits from kafka-app
Expand Down Expand Up @@ -104,7 +106,6 @@ should-inflate:
retention.ms: "-1"

kafka-sink-connector:
name: sink-connector
app:
batch.size: "2000"
behavior.on.malformed.documents: "warn"
Expand Down

0 comments on commit ad6ee5b

Please sign in to comment.