Skip to content

Commit

Permalink
proposal for workload identity integration
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Kumar <[email protected]>
  • Loading branch information
sonasingh46 committed Jun 14, 2023
1 parent 629cbee commit 6394ec3
Show file tree
Hide file tree
Showing 2 changed files with 482 additions and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/azureidentity_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (r *AzureIdentityReconciler) Reconcile(ctx context.Context, req ctrl.Reques
}
}

// delete bindings and identites no longer used by a cluster
// delete bindings and identities no longer used by a cluster
for _, bindingToDelete := range bindingsToDelete {
binding := bindingToDelete
identityName := binding.Spec.AzureIdentity
Expand Down
Loading

0 comments on commit 6394ec3

Please sign in to comment.