We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c839168 commit 636e3e3Copy full SHA for 636e3e3
pkg/controller/state/update.go
@@ -44,7 +44,7 @@ func ShouldUpdate(obj metav1.Object, dependencies ...client.Object) (bool, error
44
45
shouldReapply, err := ShouldReapply(obj)
46
if err != nil {
47
- return false, fmt.Errorf("failed to check reaply period: %w", err)
+ return false, fmt.Errorf("failed to check reapply period: %w", err)
48
}
49
50
return stateChanged || shouldReapply || hasErrorState, nil
0 commit comments