Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Nov 5, 2024
1 parent 7aebc46 commit 39e9571
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func GenerateObservatoriumCR(
}
}

if equality.Semantic.DeepEqual(oldSpec, newSpec) &&
if equality.Semantic.DeepDerivative(newSpec, oldSpec) &&
labels[obsCRConfigHashLabelName] == observatoriumCRFound.Labels[obsCRConfigHashLabelName] {
return nil, nil
}
Expand Down

0 comments on commit 39e9571

Please sign in to comment.