Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
Co-authored-by: Chetan Patwal <cPu1@users.noreply.github.com>
  • Loading branch information
TiberiuGC and cPu1 committed Apr 24, 2024
1 parent 3b86e31 commit 9f86127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/actions/cluster/owned.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (c *OwnedCluster) Delete(ctx context.Context, _, podEvictionWaitPeriod time
clientSet, err = c.newClientSet()
if err != nil {
if force {
logger.Warning("error occurred while deleting IAM Role stacks for pod identity associations: %v; force=true so preceding with cluster deletion", err)
logger.Warning("error occurred while deleting IAM Role stacks for pod identity associations: %v; force=true so proceeding with cluster deletion", err)
return &tasks.TaskTree{}, nil
}
return nil, err
Expand Down

0 comments on commit 9f86127

Please sign in to comment.