Added -Dlog4j2.formatMsgNoLookups=true to PULSAR_MANAGER_OPTS (#198)

* Added -Dlog4j2.formatMsgNoLookups=true to PULSAR_MANAGER_OPTS

* Bump the chart version to release changes

Co-authored-by: Lari Hotari <lhotari@apache.org>
This commit is contained in:
csthomas1 2022-01-12 03:42:43 -05:00 committed by GitHub
parent 46689ab30d
commit ccf78f1c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@ apiVersion: v2
appVersion: "2.7.4"
description: Apache Pulsar Helm chart for Kubernetes
name: pulsar
version: 2.7.8
version: 2.7.9
home: https://pulsar.apache.org
sources:
- https://github.com/apache/pulsar

View File

@ -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"
{{- include "pulsar.imagePullSecrets" . | nindent 6}}
volumes:
- name: pulsar-manager-data