Skip to content

Commit 77268a9

Browse files
authored
Merge pull request #19 from osodevops/adding-tasks-max
Adding tasksmax to helm chart
2 parents 2aea042 + 4d47cb2 commit 77268a9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

charts/kafka-connect/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.1
18+
version: 0.3.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/kafka-connect/templates/connector.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ metadata:
1414
strimzi.io/cluster: {{ $connect_name }}
1515
spec:
1616
class: {{ $connector_config.class }}
17+
tasksMax: {{ $connector_config.tasksMax | default 1 }}
1718
config:
1819
kafka.topic: {{ $topic }}
1920
confluent.topic.sasl.mechanism: {{ $.Values.kafka.saslMechanism }}

charts/kafka-connect/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ clusters:
115115
# # If not set, a topic name is generated using the fullname template
116116
# topic: example-topic
117117
# class: io.confluent.connect.servicenow.ServiceNowSourceConnector
118+
# tasksMax: 1
118119
# config:
119-
# tasks.max: 1
120120
# key.converter: org.apache.kafka.connect.json.JsonConverter
121121
# value.converter: org.apache.kafka.connect.json.JsonConverter
122122
# servicenow.url: https://customer.service-now.com/

0 commit comments

Comments
 (0)