Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add skip_check_for_pending_changes option to broker
This flag controls whether "update-service" fails with a broker.PendingChangesNotAppliedError or succeeds in the event that the previous manifest does not match the new manifest. This check disallows a developer from updating their service instance when an upgrade is pending - putting the control for rolling out a new version of software in the handles of the platform engineer. In many cases, a platform engineer may want to delegate the update to the developer anyway. This is a feature flag to allow the platform engineer to permit updates even if the manifest is changing and effectively an upgrade is applied. [TNZ-22454](https://jira.eng.vmware.com/browse/TNZ-22454) Co-authored-by: Ryan Wittrup <[email protected]> Co-authored-by: Andrew Garner <[email protected]>
- Loading branch information