lhotari commented on a change in pull request #198: URL: https://github.com/apache/pulsar-helm-chart/pull/198#discussion_r781545470
########## File path: charts/pulsar/templates/pulsar-manager-deployment.yaml ########## @@ -89,6 +89,8 @@ spec: {{- else }} name: "{{ template "pulsar.fullname" . }}-{{ .Values.pulsar_manager.component }}-secret" {{- end }} + - name: PULSAR_MANAGER_OPTS + value: "$(PULSAR_MANAGER_OPTS) -Dlog4j2.formatMsgNoLookups=true" Review comment: I'm not familiar to this type of syntax, how does `$(PULSAR_MANAGER_OPTS)` behave? can you point to the docs? /cc @michaeljmarshall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org