Skip to content

Commit

Permalink
Merge pull request #244 from StrongMonkey/inputid
Browse files Browse the repository at this point in the history
don't compare inputid
  • Loading branch information
ibuildthecloud authored Jan 15, 2019
2 parents 2f51258 + 6b6d3f5 commit fe50543
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/objectset/desiredset_compare.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,6 @@ func (o *DesiredSet) compareObjects(client objectclient.GenericClient, debugID,
return err
}

oldInputID := oldMetadata.GetAnnotations()[LabelInputID]

if !force && (o.owner != nil || len(o.objs.inputs) > 0) && oldInputID == inputID {
return nil
}

gvk := client.GroupVersionKind()
if ran, err := applyPatch(client, debugID, inputID, oldObject, newObject); err != nil {
return err
Expand Down

0 comments on commit fe50543

Please sign in to comment.