Skip to content

Commit

Permalink
Add comment to describe minimum setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Kuenstler committed Mar 30, 2022
1 parent ab22549 commit 0675f34
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apiVersion: v1
entries:
kafka-topics:
- apiVersion: v2
created: "2022-03-30T10:03:03.773785+02:00"
created: "2022-03-30T10:25:47.992837+02:00"
description: A Helm Chart to create Kafka Topics utilizing the Strimzi Topic Operator
digest: 90386294ea73bbe4a26d944415bba5db5dd2f51c3178096bb2d6e36dd3339fca
digest: eb0697bf194c3802d0afed042fb0a7d252890c5c09e016f8ad032f4cd2292ded
name: kafka-topics
type: application
urls:
- kafka-topics/kafka-topics-0.1.0.tgz
version: 0.1.0
producer-app:
- apiVersion: v1
created: "2022-03-30T10:03:03.774216+02:00"
created: "2022-03-30T10:25:47.993288+02:00"
description: A helm chart for deploying a Kafka producer application based on
the bakdata KafkaProducerApplication template.
digest: 96f8c871b0a31650be34434be23e2d58b0373e2dcd81bcdfaa249724df927f32
Expand All @@ -22,7 +22,7 @@ entries:
version: 0.1.0
producer-app-cleanup-job:
- apiVersion: v1
created: "2022-03-30T10:03:03.774632+02:00"
created: "2022-03-30T10:25:47.99369+02:00"
description: A helm chart for deploying a clean up job for a Kafka producer application.
digest: 4fa5a0223590febf043c66579fb48df961ec241f8efcc13e072c64a11f47ccc1
name: producer-app-cleanup-job
Expand All @@ -31,7 +31,7 @@ entries:
version: 0.1.0
rclone-copy:
- apiVersion: v1
created: "2022-03-30T10:03:03.775106+02:00"
created: "2022-03-30T10:25:47.994243+02:00"
description: A helm chart for rclone copy on Kubernetes.
digest: 837699c6f9d9f7b13f42550356d17c0678998164eade46c884932cbce2b05c86
name: rclone-copy
Expand All @@ -40,7 +40,7 @@ entries:
version: 1.0.0
streams-app:
- apiVersion: v1
created: "2022-03-30T10:03:03.775873+02:00"
created: "2022-03-30T10:25:47.994936+02:00"
description: A helm chart for deploying a kafka streams application based on the
bakdata KafkaStreamsApplication template.
digest: d284cce7b81645b1061e8ca37554c4c4473de9718b7020c6e356a10d6fa3100f
Expand All @@ -50,12 +50,12 @@ entries:
version: 0.1.0
streams-app-cleanup-job:
- apiVersion: v1
created: "2022-03-30T10:03:03.776307+02:00"
created: "2022-03-30T10:25:47.995363+02:00"
description: A helm chart for deploying a kafka streams application based on the
bakdata KafkaStreamsApplication template.
digest: b346d1fea47603302dc987c3e08e12fc6be553175a84801ac3dad5032a57ddd7
name: streams-app-cleanup-job
urls:
- streams-app-cleanup-job/streams-app-cleanup-job-0.1.0.tgz
version: 0.1.0
generated: "2022-03-30T10:03:03.773306+02:00"
generated: "2022-03-30T10:25:47.992006+02:00"
Binary file modified charts/kafka-topics/kafka-topics-0.1.0.tgz
Binary file not shown.
1 change: 1 addition & 0 deletions charts/kafka-topics/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ strimziCluster: example-cluster
labels: {}

# Default topic config for all topics defined in topics list. You can override the values in the respective topic specs
# 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
# partitions: 1
# replicas: 1
# 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
Expand Down

0 comments on commit 0675f34

Please sign in to comment.