From d9630564ac297d739a255ba4dc4cdcf4026960f8 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Tue, 19 Dec 2023 08:06:27 -0800 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index e33e4b2..a75387b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -370,7 +370,7 @@ Contributors can run below commands to test the Helm Chart export VERSION=3.0.0-candidate-1 helm repo add apache-pulsar-dist-dev https://dist.apache.org/repos/dist/dev/pulsar/helm-chart/${VERSION}/ helm repo update -helm install pulsar apache-pulsar-dist-dev/pulsar +helm install pulsar apache-pulsar-dist-dev/pulsar --set affinity.anti_affinity=false ``` You can then perform any other verifications to check that it works as you expected by