rabbitmq / cluster-operator

RabbitMQ Cluster Kubernetes Operator
https://www.rabbitmq.com/kubernetes/operator/operator-overview.html
Mozilla Public License 2.0
881 stars 272 forks source link

Increase max length of additionalConfig #1710

Closed ansd closed 2 months ago

ansd commented 2 months ago

A maximum string lenth of 2,000 was too restrictive. The new limit of 100,000 matches the limit of advancedConfig.

Resolves #1707