Skip to content

Commit

Permalink
Update infra/feast-operator/internal/controller/services/services.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tommy Hughes IV <[email protected]>
  • Loading branch information
dandawg and tchughesiv committed Dec 11, 2024
1 parent 5453501 commit 6ad506a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions infra/feast-operator/internal/controller/services/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -496,11 +496,6 @@ func (feast *FeastServices) getServiceReplicas(feastType FeastServiceType) *int3
if feast.isOnlinStore() {
return appliedServices.OnlineStore.Replicas
}
case RegistryFeastType:
if feast.isLocalRegistry() {
return &DefaultReplicas
}
}
return &DefaultReplicas
}

Expand Down

0 comments on commit 6ad506a

Please sign in to comment.