This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 2afd5ce  Update RELEASE.md
2afd5ce is described below

commit 2afd5ce21231c22c7c350117006e309b9441c5c4
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Dec 19 00:42:19 2023 -0800

    Update RELEASE.md
    
    made validation command work for single node clusters
---
 RELEASE.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE.md b/RELEASE.md
index 36f9b32..78ac073 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -210,7 +210,7 @@ For convenience "index.yaml" has been uploaded (though 
excluded from voting), so
 
 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
 
 pulsar-${VERSION_WITHOUT_RC}.tgz.prov - is also uploaded for verifying Chart 
Integrity, though it is not strictly required for releasing the artifact based 
on ASF Guidelines. 
 
@@ -550,4 +550,4 @@ cd pulsar-dist-release/helm-chart
 export PREVIOUS_VERSION=1.0.0
 svn rm ${PREVIOUS_VERSION}
 svn commit -m "Remove old Helm Chart release: ${PREVIOUS_VERSION}"
-```
\ No newline at end of file
+```

Reply via email to