This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new ccf78f1  Added -Dlog4j2.formatMsgNoLookups=true to PULSAR_MANAGER_OPTS 
(#198)
ccf78f1 is described below

commit ccf78f1c9dbcb850583fa967968e3d7a4a791d06
Author: csthomas1 <[email protected]>
AuthorDate: Wed Jan 12 03:42:43 2022 -0500

    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 <[email protected]>
---
 charts/pulsar/Chart.yaml                               | 2 +-
 charts/pulsar/templates/pulsar-manager-deployment.yaml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/charts/pulsar/Chart.yaml b/charts/pulsar/Chart.yaml
index e56c009..04e0868 100644
--- a/charts/pulsar/Chart.yaml
+++ b/charts/pulsar/Chart.yaml
@@ -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
diff --git a/charts/pulsar/templates/pulsar-manager-deployment.yaml 
b/charts/pulsar/templates/pulsar-manager-deployment.yaml
index 7dead79..fd09871 100644
--- a/charts/pulsar/templates/pulsar-manager-deployment.yaml
+++ b/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"
         {{- include "pulsar.imagePullSecrets" . | nindent 6}}
       volumes:
         - name: pulsar-manager-data

Reply via email to