mirror of https://github.com/kubernetes/kops.git
fix missing lifecycle when deleting iam roles
This commit is contained in:
parent
8d91f868b1
commit
b2588b637b
|
|
@ -467,6 +467,7 @@ func (b *IAMModelBuilder) FindDeletions(context *fi.ModelBuilderContext, cloud f
|
|||
context.AddTask(&awstasks.IAMRole{
|
||||
ID: role.RoleId,
|
||||
Name: role.RoleName,
|
||||
Lifecycle: b.Lifecycle,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue