Skip to content

Commit

Permalink
remove WithLabels in BuildMongoDBReplicaSetStatefulSetModificationFun…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
usernameisnull committed Sep 3, 2024
1 parent 8e1a37b commit 0fd1077
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/construct/mongodbstatefulset.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ func BuildMongoDBReplicaSetStatefulSetModificationFunction(mdb MongoDBStatefulSe
statefulset.WithName(mdb.GetName()),
statefulset.WithNamespace(mdb.GetNamespace()),
statefulset.WithServiceName(mdb.ServiceName()),
statefulset.WithLabels(labels),
statefulset.WithMatchLabels(labels),
statefulset.WithReplicas(scale.ReplicasThisReconciliation(scaler)),
statefulset.WithUpdateStrategyType(mdb.GetUpdateStrategyType()),
Expand Down

0 comments on commit 0fd1077

Please sign in to comment.