From 03b4233a3d5753e4ba97e54cab3545171380a2e1 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Thu, 19 Oct 2017 14:51:27 +0200 Subject: Return to grouping the tests in a namespace, ... if you haven't created it, you probably don't want the tests. --- test/basic-with-kafkacat.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/basic-with-kafkacat.yml b/test/basic-with-kafkacat.yml index 78b5819..c9af0fc 100644 --- a/test/basic-with-kafkacat.yml +++ b/test/basic-with-kafkacat.yml @@ -2,7 +2,7 @@ kind: ConfigMap metadata: name: test-basic-with-kafkacat - namespace: default + namespace: test-kafka apiVersion: v1 data: @@ -64,7 +64,7 @@ apiVersion: batch/v1 kind: Job metadata: name: test-basic-with-kafkacat - namespace: default + namespace: test-kafka spec: template: spec: @@ -89,7 +89,7 @@ apiVersion: apps/v1beta1 kind: Deployment metadata: name: test-basic-with-kafkacat - namespace: default + namespace: test-kafka spec: replicas: 1 strategy: -- cgit v1.2.3