Skip to content

Commit 8277ff6

Browse files
committed
Removing unnecessary comment
1 parent 626fb2d commit 8277ff6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cloud/services/eks/cluster.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ func (s *Service) reconcileClusterConfig(ctx context.Context, cluster *ekstypes.
577577
input.UpgradePolicy = updateUpgradePolicy
578578
}
579579

580-
// Reconcile DeletionProtection (handled only if supported by the SDK/build)
581580
if s.reconcileDeletionProtection(cluster, s.scope.ControlPlane.Spec.DeletionProtection) {
582581
needsUpdate = true
583582
input.DeletionProtection = aws.Bool(s.scope.ControlPlane.Spec.DeletionProtection)

0 commit comments

Comments
 (0)