Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janhoy committed Feb 26, 2024
1 parent 2cf97b1 commit 81ee166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/solrcloud_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (r *SolrCloudReconciler) Reconcile(ctx context.Context, req ctrl.Request) (
}
}
} else {
// Need no individual services per onde, delete if found
// Need no individual services per node, delete if found
for _, nodeName := range solrNodeNames {
serviceName := nodeName
foundService := &corev1.Service{}
Expand Down

0 comments on commit 81ee166

Please sign in to comment.