We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/presslabs/mysql-operator/blob/2a95c33f1d7155306e973f2957cc8bd5fffeeeab/pkg/controller/mysqlcluster/internal/syncer/config_map.go#L100
it would nice as follows:
if cluster.GetMySQLSemVer().Major == 5 { addKVConfigsToSection(sec, convertMapToKVConfig(mysql5xConfigs)) } else if cluster.GetMySQLSemVer().Major == 8 { addKVConfigsToSection(sec, convertMapToKVConfig(mysql8xConfigs)) } // common configs addKVConfigsToSection(sec, convertMapToKVConfig(mysqlCommonConfigs), cluster.Spec.MysqlConf)
The text was updated successfully, but these errors were encountered:
Hi @jianhaiqing, indeed this should be fixed, please open a PR.
Sorry, something went wrong.
Fix bitpoke#647 custom conf can't overwrite the default conf
5516212
6c029bd
Fix #647 custom conf can't overwrite the default conf
a46cf4a
Successfully merging a pull request may close this issue.
https://github.com/presslabs/mysql-operator/blob/2a95c33f1d7155306e973f2957cc8bd5fffeeeab/pkg/controller/mysqlcluster/internal/syncer/config_map.go#L100
it would nice as follows:
The text was updated successfully, but these errors were encountered: