Skip to content

Commit

Permalink
cluster: allow editing of lernel_config in tiflash (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroProfundis authored Jul 23, 2021
1 parent 600edd2 commit 783faee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/spec/tiflash.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type TiFlashSpec struct {
Offline bool `yaml:"offline,omitempty"`
NumaNode string `yaml:"numa_node,omitempty" validate:"numa_node:editable"`
Config map[string]interface{} `yaml:"config,omitempty" validate:"config:ignore"`
LearnerConfig map[string]interface{} `yaml:"learner_config,omitempty" validate:"learner_config:editable"`
LearnerConfig map[string]interface{} `yaml:"learner_config,omitempty" validate:"learner_config:ignore"`
ResourceControl meta.ResourceControl `yaml:"resource_control,omitempty" validate:"resource_control:editable"`
Arch string `yaml:"arch,omitempty"`
OS string `yaml:"os,omitempty"`
Expand Down

0 comments on commit 783faee

Please sign in to comment.