lhotari commented on code in PR #525:
URL: https://github.com/apache/pulsar-helm-chart/pull/525#discussion_r1741807080
##########
charts/pulsar/values.yaml:
##########
@@ -806,6 +806,8 @@ broker:
maxReplicas: 3
metrics: ~
behavior: ~
+ # The podManagementPolicy cannot be changed on an existing broker. If you
want to make this change, you will need to manually recreate the StatefulSet.
Review Comment:
```suggestion
# The podManagementPolicy cannot be modified for an existing deployment.
If you need to change this value, you will need to manually delete the existing
broker StatefulSet and then redeploy the chart.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]