You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current function logic is preventing deletion of already created resources only for full-name matches and not for regex matches.
How can we reproduce it?
When using the following logic composition, the function will attempt to delete the second resource once it becomes unready or an additional resource matching the first-resource.* pattern will be added to it.
What happened?
The current function logic is preventing deletion of already created resources only for full-name matches and not for regex matches.
How can we reproduce it?
When using the following logic composition, the function will attempt to delete the second resource once it becomes unready or an additional resource matching the
first-resource.*
pattern will be added to it.What environment did it happen in?
Function version: 0.2.2
The text was updated successfully, but these errors were encountered: