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
logger.Error(fmt.Errorf("manager is nil"), "Manager not initialized, cannot set up drift detection watches (resources are applied but drift detection disabled)")
227
222
returntrue, "", nil
228
223
}
229
-
cache, err:=h.Manager.Get(ctx, ext)
230
-
iferr!=nil {
231
-
logger.Error(err, "failed to get managed content cache, cannot set up drift detection watches (resources are applied but drift detection disabled)")
232
-
returntrue, "", nil
233
-
}
234
-
235
224
ifh.Watcher==nil {
236
225
logger.Error(fmt.Errorf("watcher is nil"), "Watcher not initialized, cannot set up drift detection watches (resources are applied but drift detection disabled)")
0 commit comments