Skip to content

Commit 56aad28

Browse files
committed
Avoids overlap in matchLabels between test deployments
1 parent 8b8dc66 commit 56aad28

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/kafkacat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ spec:
9696
type: Recreate
9797
selector:
9898
matchLabels:
99-
test-target: kafka
99+
test-target: kafka-client-kafkacat
100100
test-type: readiness
101101
template:
102102
metadata:
103103
labels:
104-
test-target: kafka
104+
test-target: kafka-client-kafkacat
105105
test-type: readiness
106106
# for example:
107107
# readonly - can be used in production

test/produce-consume.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ spec:
8181
type: Recreate
8282
selector:
8383
matchLabels:
84-
test-target: kafka
84+
test-target: kafka-client-console
8585
test-type: readiness
8686
template:
8787
metadata:
8888
labels:
89-
test-target: kafka
89+
test-target: kafka-client-console
9090
test-type: readiness
9191
# for example:
9292
# readonly - can be used in production

0 commit comments

Comments
 (0)