diff --git a/pkg/types/replica.go b/pkg/types/replica.go index 18da6b734..8267366b5 100644 --- a/pkg/types/replica.go +++ b/pkg/types/replica.go @@ -12,5 +12,5 @@ type Replica struct { Name string `json:"name,omitempty" yaml:"name,omitempty"` // The number of replicas required. - Count int64 `json:"count,omitempty" yaml:"count,omitempty"` + Count int64 `json:"count" yaml:"count"` }