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
Handle the scenario when approvals list is not given but approvalsRequired is given (as of today oc edit works for this, oc patch won't work) (future tkn should add this)
compute the hash of Approvaltask spec and store as an annotation,
in further reconciliation we compute hash of ApprovalTask spec and check with
annotation, if they are same then we skip updating the object
otherwise we update approvaltask state based on the input
The text was updated successfully, but these errors were encountered:
in further reconciliation we compute hash of ApprovalTask spec and check with
annotation, if they are same then we skip updating the object
otherwise we update approvaltask state based on the input
The text was updated successfully, but these errors were encountered: