feat(rabbitmq): remove default cluster name in values configuration

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-22 04:50:57 +08:00
parent 27467fec97
commit 6c787ea600

View File

@ -32,7 +32,7 @@ clustering:
## @param clustering.name RabbitMQ cluster name
## If not set, a name is generated using the common.names.fullname template
##
name: "freeleaps-alpha"
name: ""
addressType: hostname
rebalance: false
forceBoot: false