Skip to content

Commit 9db60f0

Browse files
committed
Return to grouping the tests in a namespace, ...
if you haven't created it, you probably don't want the tests.
1 parent c902ca7 commit 9db60f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/basic-with-kafkacat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kind: ConfigMap
33
metadata:
44
name: test-basic-with-kafkacat
5-
namespace: default
5+
namespace: test-kafka
66
apiVersion: v1
77
data:
88

@@ -64,7 +64,7 @@ apiVersion: batch/v1
6464
kind: Job
6565
metadata:
6666
name: test-basic-with-kafkacat
67-
namespace: default
67+
namespace: test-kafka
6868
spec:
6969
template:
7070
spec:
@@ -89,7 +89,7 @@ apiVersion: apps/v1beta1
8989
kind: Deployment
9090
metadata:
9191
name: test-basic-with-kafkacat
92-
namespace: default
92+
namespace: test-kafka
9393
spec:
9494
replicas: 1
9595
strategy:

0 commit comments

Comments
 (0)