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
Currently success conditions must ALL be true for a deploy to be considered successful. However, there are cases where different key-value combinations on the watched resource can indicate success/failure.
To accommodate this, let's allow rollout-conditions to be modelled as an array of an array of hash elements (currently it's an array of hash elements).
This keeps backwards compatibility and allows for more expressive conditions
Currently success conditions must ALL be true for a deploy to be considered successful. However, there are cases where different key-value combinations on the watched resource can indicate success/failure.
To accommodate this, let's allow
rollout-conditions
to be modelled as an array of an array of hash elements (currently it's an array of hash elements).This keeps backwards compatibility and allows for more expressive conditions
cc @ryanvanhuuksloot
The text was updated successfully, but these errors were encountered: