Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
charts: add a length limit to the fullname radondb#18
[summary] The format of host is "fullname"-0."fullname"."namespace".svc.cluster.local, and the MySQL limits the total length of master_host to 60 byte, so the length of "fullname" must be limited to '(60-22-len(namespace))/2'.
- Loading branch information