Skip to content

Commit

Permalink
fix json tag
Browse files Browse the repository at this point in the history
  • Loading branch information
schallert committed Jun 27, 2022
1 parent 7d34bc9 commit 826b44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/m3dboperator/v1alpha1/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ type ClusterSpec struct {
// provide a selector here so we can point to a separate coordinator service.
type ExternalCoordinatorConfig struct {
// +kubebuilder:validation:Optional
Selector map[string]string `json:"selector,omityempty"`
Selector map[string]string `json:"selector,omitempty"`
// +kubebuilder:validation:Optional
ServiceEndpoint string `json:"serviceEndpoint,omitempty"`
}
Expand Down

0 comments on commit 826b44f

Please sign in to comment.