Skip to content

Commit

Permalink
[Pulsar SQL] Remove discovery-server.enabled config (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljmarshall authored Dec 9, 2021
1 parent c32e841 commit 3a2d4d4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a2d4d4

Please sign in to comment.