Skip to content

Commit

Permalink
[WFLY-19335] labels should be a child of metadata, not a sibling
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Jun 17, 2024
1 parent cce13a7 commit 5fd46e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: testing
labels:
strimzi.io/cluster: my-cluster
labels:
strimzi.io/cluster: my-cluster
spec:
partitions: 3
replicas: 3
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: testing
labels:
strimzi.io/cluster: my-cluster
labels:
strimzi.io/cluster: my-cluster
spec:
partitions: 3
replicas: 3

0 comments on commit 5fd46e6

Please sign in to comment.