Skip to content

Commit 523f11e

Browse files
committed
Cleanup
1 parent d7ddfc7 commit 523f11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/deployment/v1alpha/server_group_spec.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func (s *ServerGroupSpec) SetDefaults(group ServerGroup, used bool, mode Deploym
135135
s.Count = util.NewInt(3)
136136
}
137137
} else if s.GetCount() > 0 && !used {
138-
s.Count = nil // util.NewInt(0)
138+
s.Count = nil
139139
}
140140
if _, found := s.Resources.Requests[v1.ResourceStorage]; !found {
141141
switch group {

0 commit comments

Comments
 (0)