Unverified Commit 0e69c73c authored by Keshav Prasad's avatar Keshav Prasad Committed by GitHub
Browse files

fix: add _JAVA_OPTIONS (#3072)

Showing with 3 additions and 0 deletions
+3 -0
......@@ -35,6 +35,9 @@ spec:
envFrom:
- configMapRef:
name: {{ .Release.Name }}-config
env:
- name: _JAVA_OPTIONS
value: -Dlog4j2.formatMsgNoLookups=true
resources:
{{ toYaml .Values.resources | indent 10 }}
ports:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment