Skip to content

Commit

Permalink
Removed omitempty from member config priority
Browse files Browse the repository at this point in the history
  • Loading branch information
lsierant committed Mar 18, 2024
1 parent a87bda5 commit f3dc7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/automationconfig/automation_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ type ReplicaSetMember struct {
// is different in AC from the CR(CR don't support float) - hence all the members are declared
// separately
Votes *int `json:"votes,omitempty"`
Priority float32 `json:"priority,omitempty"`
Priority float32 `json:"priority"`
Tags map[string]string `json:"tags,omitempty"`
}

Expand Down

0 comments on commit f3dc7ff

Please sign in to comment.