Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
willie-yao committed Dec 14, 2023
1 parent 7d6a542 commit 0052a96
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions azure/services/aksextensions/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ func (s *AKSExtensionSpec) Parameters(ctx context.Context, existingAKSExtension
aksExtension = existingAKSExtension
}

// aksExtension.ObjectMeta = metav1.ObjectMeta{
// OwnerReferences: []metav1.OwnerReference{s.OwnerRef},
// }
aksExtension.Spec = asokubernetesconfigurationv1.Extension_Spec{}
aksExtension.Spec.AzureName = s.Name
aksExtension.Spec.AutoUpgradeMinorVersion = s.AutoUpgradeMinorVersion
Expand Down

0 comments on commit 0052a96

Please sign in to comment.