Skip to content

Commit

Permalink
Return to grouping the tests in a namespace, ...
Browse files Browse the repository at this point in the history
if you haven't created it, you probably don't want the tests.
  • Loading branch information
solsson committed Oct 20, 2017
1 parent c902ca7 commit 9db60f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/basic-with-kafkacat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kind: ConfigMap
metadata:
name: test-basic-with-kafkacat
namespace: default
namespace: test-kafka
apiVersion: v1
data:

Expand Down Expand Up @@ -64,7 +64,7 @@ apiVersion: batch/v1
kind: Job
metadata:
name: test-basic-with-kafkacat
namespace: default
namespace: test-kafka
spec:
template:
spec:
Expand All @@ -89,7 +89,7 @@ apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: test-basic-with-kafkacat
namespace: default
namespace: test-kafka
spec:
replicas: 1
strategy:
Expand Down

0 comments on commit 9db60f0

Please sign in to comment.