Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix: unexpected replicas
Browse files Browse the repository at this point in the history
Signed-off-by: charlie <[email protected]>
  • Loading branch information
Charlie17Li committed Sep 16, 2023
1 parent a7b0990 commit ec429e5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ func (r *ModuleDeploymentReconciler) generateModuleReplicas(moduleDeployment *mo
},
Spec: moduledeploymentv1alpha1.ModuleReplicaSetSpec{
Selector: *deployment.Spec.Selector,
Replicas: moduleDeployment.Spec.Replicas,
Template: moduleDeployment.Spec.Template,
MinReadySeconds: moduleDeployment.Spec.MinReadySeconds,
},
Expand Down

0 comments on commit ec429e5

Please sign in to comment.