From ebac8e7e92b71380c92e762aecc4a1bbcbc2d3e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 4 Mar 2021 18:15:55 +0100
Subject: [PATCH] Remove ZooKeeper client, which is no longer needed

---
 .../templates/zookeeper-client.yaml           | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 execution/helm/theodolite-chart/templates/zookeeper-client.yaml

diff --git a/execution/helm/theodolite-chart/templates/zookeeper-client.yaml b/execution/helm/theodolite-chart/templates/zookeeper-client.yaml
deleted file mode 100644
index a4d018bfe..000000000
--- a/execution/helm/theodolite-chart/templates/zookeeper-client.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-{{- if .Values.zookeeperClient.enabled -}}
-apiVersion: v1
-kind: Pod
-metadata:
-  # name: {{ template "theodolite.fullname" . }}-zookeeper-client
-  name: zookeeper-client
-spec:
-  containers:
-  - name: zookeeper-client
-    image: confluentinc/cp-zookeeper:5.4.0
-    command:
-      - sh
-      - -c
-      - "exec tail -f /dev/null"
-  {{- with .Values.zookeeperClient.nodeSelector }}
-  nodeSelector:
-    {{- toYaml . | nindent 8 }}
-  {{- end }}
-{{- end}}
-- 
GitLab