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 3ffa63a..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-persistent:0.10.1@sha256:0719b4688b666490abf4b32a3cc5c5da7bb2d6276b47377b35de5429f783e9c2
- command:
- - sh
- - -c
- - "exec tail -f /dev/null"