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 a4d018bfe4b5727762d71eddec10656da69ce120..0000000000000000000000000000000000000000
--- 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}}