We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a517464 commit 914b970Copy full SHA for 914b970
2 files changed
templates/configmap.yaml
@@ -210,10 +210,6 @@ data:
210
dcache.zookeeper.connection={{ $.Values.zookeeper.servers }}
211
{{- end}}
212
213
-{{- if .Values.kafka.enabled}}
214
- dcache.kafka.bootstrap-servers={{ $.Values.kafka.bootstrap_servers }}
215
- dcache.enable.kafka = true
216
-{{- end}}
217
dcache.layout=dcache-k8s
218
dcache.enable.overwrite = true
219
#webdav.redirect.allow-https=false
values.yaml
@@ -62,10 +62,6 @@ zookeeper:
62
# connection string to external zookeeper servers
63
servers: cells-zookeeper:2181
64
65
-kafka:
66
- enabled: true
67
- bootstrap_servers: billing-kafka:9092
68
-
69
# liveness, readiness and startup probes
70
71
# dCache containers' liveness probe.
0 commit comments