radondb-mysql-kubernetes
radondb-mysql-kubernetes copied to clipboard
feat(cluster): optimize the statefulset transformer
What type of PR is this?
/enhancement
Which issue(s) this PR fixes?
Fixes #551
What this PR does?
Summary:
Allow to edit Statefulset directly
you can:
- add a container
- add/update an env
- add/update commands
- add/update labels/annotations
and more
you can't edit the parameters set by the mysqlcluster, like replicas.