Skip to content
Snippets Groups Projects
Commit ebac8e7e authored by Sören Henning's avatar Sören Henning
Browse files

Remove ZooKeeper client, which is no longer needed

parent c80a3a2a
No related branches found
No related tags found
1 merge request!60Introduce a Theodolite Helm chart for deploying all dependencies
{{- 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}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment