Skip to content

Commit 0675f34

Browse files
author
Victor Kuenstler
committed
Add comment to describe minimum setup
1 parent ab22549 commit 0675f34

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

charts/index.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ apiVersion: v1
22
entries:
33
kafka-topics:
44
- apiVersion: v2
5-
created: "2022-03-30T10:03:03.773785+02:00"
5+
created: "2022-03-30T10:25:47.992837+02:00"
66
description: A Helm Chart to create Kafka Topics utilizing the Strimzi Topic Operator
7-
digest: 90386294ea73bbe4a26d944415bba5db5dd2f51c3178096bb2d6e36dd3339fca
7+
digest: eb0697bf194c3802d0afed042fb0a7d252890c5c09e016f8ad032f4cd2292ded
88
name: kafka-topics
99
type: application
1010
urls:
1111
- kafka-topics/kafka-topics-0.1.0.tgz
1212
version: 0.1.0
1313
producer-app:
1414
- apiVersion: v1
15-
created: "2022-03-30T10:03:03.774216+02:00"
15+
created: "2022-03-30T10:25:47.993288+02:00"
1616
description: A helm chart for deploying a Kafka producer application based on
1717
the bakdata KafkaProducerApplication template.
1818
digest: 96f8c871b0a31650be34434be23e2d58b0373e2dcd81bcdfaa249724df927f32
@@ -22,7 +22,7 @@ entries:
2222
version: 0.1.0
2323
producer-app-cleanup-job:
2424
- apiVersion: v1
25-
created: "2022-03-30T10:03:03.774632+02:00"
25+
created: "2022-03-30T10:25:47.99369+02:00"
2626
description: A helm chart for deploying a clean up job for a Kafka producer application.
2727
digest: 4fa5a0223590febf043c66579fb48df961ec241f8efcc13e072c64a11f47ccc1
2828
name: producer-app-cleanup-job
@@ -31,7 +31,7 @@ entries:
3131
version: 0.1.0
3232
rclone-copy:
3333
- apiVersion: v1
34-
created: "2022-03-30T10:03:03.775106+02:00"
34+
created: "2022-03-30T10:25:47.994243+02:00"
3535
description: A helm chart for rclone copy on Kubernetes.
3636
digest: 837699c6f9d9f7b13f42550356d17c0678998164eade46c884932cbce2b05c86
3737
name: rclone-copy
@@ -40,7 +40,7 @@ entries:
4040
version: 1.0.0
4141
streams-app:
4242
- apiVersion: v1
43-
created: "2022-03-30T10:03:03.775873+02:00"
43+
created: "2022-03-30T10:25:47.994936+02:00"
4444
description: A helm chart for deploying a kafka streams application based on the
4545
bakdata KafkaStreamsApplication template.
4646
digest: d284cce7b81645b1061e8ca37554c4c4473de9718b7020c6e356a10d6fa3100f
@@ -50,12 +50,12 @@ entries:
5050
version: 0.1.0
5151
streams-app-cleanup-job:
5252
- apiVersion: v1
53-
created: "2022-03-30T10:03:03.776307+02:00"
53+
created: "2022-03-30T10:25:47.995363+02:00"
5454
description: A helm chart for deploying a kafka streams application based on the
5555
bakdata KafkaStreamsApplication template.
5656
digest: b346d1fea47603302dc987c3e08e12fc6be553175a84801ac3dad5032a57ddd7
5757
name: streams-app-cleanup-job
5858
urls:
5959
- streams-app-cleanup-job/streams-app-cleanup-job-0.1.0.tgz
6060
version: 0.1.0
61-
generated: "2022-03-30T10:03:03.773306+02:00"
61+
generated: "2022-03-30T10:25:47.992006+02:00"
70 Bytes
Binary file not shown.

charts/kafka-topics/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ strimziCluster: example-cluster
1111
labels: {}
1212

1313
# Default topic config for all topics defined in topics list. You can override the values in the respective topic specs
14+
# You must define the number of partitions and replicas here OR in the topic spec. Without defining the number of partitions and replicas, the strimzi topic operator will not create the topic in Kafka
1415
# partitions: 1
1516
# replicas: 1
1617
# the configs here are merge with the topic specific confis defined below. The topic specific config will override the configs here if there duplicate keys

0 commit comments

Comments
 (0)