bookingcom / shipper

Kubernetes native multi-cluster canary or blue-green rollouts using Helm
Apache License 2.0
733 stars 39 forks source link

Update 'Blocked' condition when lifting a block #246

Closed hihilla closed 4 years ago

hihilla commented 4 years ago

Currently, applying or deleting a rollout block does not trigger sync of all applications and releases to change the 'Blocked' condition. When lifting a block (deleting a rolloutblock object), we should update blocked applications and releases, to change the 'Blocked' condition from true to false.