From 3a2d4d4a9e62ae3c4b6c83ef8d6db2142a65616e Mon Sep 17 00:00:00 2001 From: Michael Marshall Date: Thu, 9 Dec 2021 17:04:45 -0600 Subject: [PATCH] [Pulsar SQL] Remove discovery-server.enabled config (#90) --- .../pulsar/templates/pulsarSql/configmap-worker.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm-chart-sources/pulsar/templates/pulsarSql/configmap-worker.yaml b/helm-chart-sources/pulsar/templates/pulsarSql/configmap-worker.yaml index 228365a..60cea41 100644 --- a/helm-chart-sources/pulsar/templates/pulsarSql/configmap-worker.yaml +++ b/helm-chart-sources/pulsar/templates/pulsarSql/configmap-worker.yaml @@ -48,7 +48,6 @@ data: http-server.http.port={{ .Values.pulsarSQL.server.config.http.port }} query.max-memory={{ .Values.pulsarSQL.server.config.query.maxMemory }} query.max-memory-per-node={{ .Values.pulsarSQL.server.config.query.maxMemoryPerNode }} - discovery-server.enabled=true discovery.uri=http://{{ template "pulsar.fullname" . }}-{{ .Values.pulsarSQL.component }}:{{ .Values.pulsarSQL.server.config.http.port }} catalog.config-dir=/pulsar/conf/presto/catalog