bitnami/wavefront Add Log4j workaround to proxy (#8396)

* Add Log4j workaround to proxy

Signed-off-by: Helen Shao <shaoh@vmware.com>

* Update chart version

Signed-off-by: John Cornish <jcornish@vmware.com>

Co-authored-by: Mark Michael <mamichael@vmware.com>
Co-authored-by: Helen Shao <shaoh@vmware.com>
This commit is contained in:
John Frederick Cornish IV
2021-12-14 00:30:49 -07:00
committed by GitHub
parent cffa86698f
commit c54e951b6b
2 changed files with 3 additions and 1 deletions

View File

@@ -30,4 +30,4 @@ sources:
- https://github.com/bitnami/bitnami-docker-wavefront-proxy
- https://github.com/wavefrontHQ/wavefront-collector-for-kubernetes
- https://github.com/wavefrontHQ/wavefront-proxy
version: 3.1.18
version: 3.1.19

View File

@@ -71,6 +71,8 @@ spec:
runAsNonRoot: {{ .Values.proxy.containerSecurityContext.runAsNonRoot }}
{{- end }}
env:
- name: JAVA_ARGS
value: "-Dlog4j2.formatMsgNoLookups=true"
- name: WAVEFRONT_URL
value: {{ .Values.wavefront.url }}/api
- name: WAVEFRONT_TOKEN