aboutsummaryrefslogtreecommitdiff
path: root/test/99testclient.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/99testclient.yml')
-rw-r--r--test/99testclient.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/99testclient.yml b/test/99testclient.yml
deleted file mode 100644
index a367004..0000000
--- a/test/99testclient.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-# Kafka image without the service, so you can run ./bin/ stuff
-# kubectl exec -ti testclient -- /bin/bash
-apiVersion: v1
-kind: Pod
-metadata:
- name: testclient
- namespace: kafka
-spec:
- containers:
- - name: kafka
- image: solsson/kafka:0.11.0.0@sha256:b27560de08d30ebf96d12e74f80afcaca503ad4ca3103e63b1fd43a2e4c976ce
- command:
- - sh
- - -c
- - "exec tail -f /dev/null"