Skip to content

Commit

Permalink
Fix the topics on factory
Browse files Browse the repository at this point in the history
Let's use the topic names as set in the value files and not hard-coded
ones. In fact the old names were not being used at all, since the topics
also get created by the mqtt2kafka bridge

Co-Authored-By: Akos Eros <aeros@redhat.com>
  • Loading branch information
mbaldessari and darkdoc committed Oct 29, 2024
1 parent bcf0809 commit 2976b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kafka.strimzi.io/v1beta1
kind: KafkaTopic
metadata:
name: iot-sensor-sw-temperature
name: {{ .Values.kafka.broker.topic.temperature }}
namespace: manuela-stormshift-messaging
labels:
strimzi.io/cluster: factory-kafka-cluster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kafka.strimzi.io/v1beta1
kind: KafkaTopic
metadata:
name: iot-sensor-sw-vibration
name: {{ .Values.kafka.broker.topic.vibration }}
namespace: manuela-stormshift-messaging
labels:
strimzi.io/cluster: factory-kafka-cluster
Expand Down

0 comments on commit 2976b93

Please sign in to comment.