Skip to content

Commit

Permalink
Merge branch 'v3' into fix/trim-helm-release-name-53-chars
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted authored Jan 16, 2024
2 parents af3df4a + 61bceca commit 749acf2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions tests/pipeline/resources/dotenv/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
defaults_path: ../defaults.yaml
topic_name_config:
default_error_topic_name: "${component_name}-dead-letter-topic"
default_output_topic_name: "${component_name}-test-topic"
kafka_brokers: "http://k8kafka-cp-kafka-headless.kpops.svc.cluster.local:9092"
kafka_connect:
url: "http://localhost:8083"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
defaults_path: ../no-topics-defaults
topic_name_config:
default_error_topic_name: "${component_name}-dead-letter-topic"
default_output_topic_name: "${component_name}-test-topic"
kafka_brokers: "http://k8kafka-cp-kafka-headless.kpops.svc.cluster.local:9092"
kafka_connect:
url: "http://localhost:8083"
Expand Down
3 changes: 0 additions & 3 deletions tests/pipeline/resources/multi-config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
defaults_path: ../no-topics-defaults
topic_name_config:
default_error_topic_name: "${component_name}-dead-letter-topic"
default_output_topic_name: "${component_name}-test-topic"
kafka_brokers: "http://k8kafka-cp-kafka-headless.kpops.svc.cluster.local:9092"
kafka_connect:
url: "http://localhost:8083"
Expand Down

0 comments on commit 749acf2

Please sign in to comment.