kubeblocks
kubeblocks copied to clipboard
[BUG] Viper overrides duplicate keys and retains only one, which can lead to loss of configuration parameters.
Describe the bug Viper overrides duplicate keys and retains only one, which can lead to loss of configuration parameters.
Mysql mgr configmap plugin_load_add='group_replication.so' plugin_load_add='mysql_clone.so'
This configuration file contains two keys with the same name. After performing a reconfiguration, one of them will be lost
Desktop (please complete the following information):
- kubeblocks 1.0
Additional context Add any other context about the problem here.
This issue has been marked as stale because it has been open for 30 days with no activity