Skip to content

Commit

Permalink
Fix typo in blog post (apache#13281)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari authored Dec 14, 2021
1 parent 621ca60 commit f190b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/website/blog/2021-12-11-Log4j-CVE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ your Docker images, following the example described [here](https://github.com/lh

If you are using the Pulsar Helm Chart for deploying in Kubernetes, a [new
version of the chart](https://github.com/apache/pulsar-helm-chart/releases/tag/pulsar-2.7.6) is already available and it applies the above mentioned workaround.
If upgrading is not an option, you may also mitigate by adding `-Dlog4j2.formatMsgNoLookups=true` to the `PUSLAR_EXTRA_OPTS` in the `configData` section for proxy, broker, bookkeeper, zookeeper, auto-recovery, and relative components in the helm values file.
If upgrading is not an option, you may also mitigate by adding `-Dlog4j2.formatMsgNoLookups=true` to the `PULSAR_EXTRA_OPTS` in the `configData` section for proxy, broker, bookkeeper, zookeeper, auto-recovery, and relative components in the helm values file.

We are already preparing new patch releases, 2.7.4, 2.8.2 and 2.9.1. These
releases will be ready in the next few days and will bundle the Log4j2 2.15.0,
Expand Down

0 comments on commit f190b78

Please sign in to comment.