Skip to content

Commit 3acdd21

Browse files
nawazkhk8s-infra-cherrypick-robot
authored andcommitted
fix codespell highlighted error
1 parent f9bc0d6 commit 3acdd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/azureidentity_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func (r *AzureIdentityReconciler) Reconcile(ctx context.Context, req ctrl.Reques
185185
}
186186
}
187187

188-
// delete bindings and identites no longer used by a cluster
188+
// delete bindings and identities no longer used by a cluster
189189
for _, bindingToDelete := range bindingsToDelete {
190190
binding := bindingToDelete
191191
identityName := binding.Spec.AzureIdentity

0 commit comments

Comments
 (0)