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:
parent
46689ab30d
commit
ccf78f1c9d
@ -21,7 +21,7 @@ apiVersion: v2
|
|||||||
appVersion: "2.7.4"
|
appVersion: "2.7.4"
|
||||||
description: Apache Pulsar Helm chart for Kubernetes
|
description: Apache Pulsar Helm chart for Kubernetes
|
||||||
name: pulsar
|
name: pulsar
|
||||||
version: 2.7.8
|
version: 2.7.9
|
||||||
home: https://pulsar.apache.org
|
home: https://pulsar.apache.org
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/apache/pulsar
|
- https://github.com/apache/pulsar
|
||||||
|
|||||||
@ -89,6 +89,8 @@ spec:
|
|||||||
{{- else }}
|
{{- else }}
|
||||||
name: "{{ template "pulsar.fullname" . }}-{{ .Values.pulsar_manager.component }}-secret"
|
name: "{{ template "pulsar.fullname" . }}-{{ .Values.pulsar_manager.component }}-secret"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
- name: PULSAR_MANAGER_OPTS
|
||||||
|
value: "$(PULSAR_MANAGER_OPTS) -Dlog4j2.formatMsgNoLookups=true"
|
||||||
{{- include "pulsar.imagePullSecrets" . | nindent 6}}
|
{{- include "pulsar.imagePullSecrets" . | nindent 6}}
|
||||||
volumes:
|
volumes:
|
||||||
- name: pulsar-manager-data
|
- name: pulsar-manager-data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user