File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,12 +96,12 @@ spec:
96
96
type : Recreate
97
97
selector :
98
98
matchLabels :
99
- test-target : kafka
99
+ test-target : kafka-client-kafkacat
100
100
test-type : readiness
101
101
template :
102
102
metadata :
103
103
labels :
104
- test-target : kafka
104
+ test-target : kafka-client-kafkacat
105
105
test-type : readiness
106
106
# for example:
107
107
# readonly - can be used in production
Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ spec:
81
81
type : Recreate
82
82
selector :
83
83
matchLabels :
84
- test-target : kafka
84
+ test-target : kafka-client-console
85
85
test-type : readiness
86
86
template :
87
87
metadata :
88
88
labels :
89
- test-target : kafka
89
+ test-target : kafka-client-console
90
90
test-type : readiness
91
91
# for example:
92
92
# readonly - can be used in production
You can’t perform that action at this time.
0 commit comments