mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-15 08:07:07 +10:00
add start of authorization
This commit is contained in:
@@ -38,7 +38,6 @@ func processNextWorkItem(ctx controller.Context, obj interface{}) error {
|
||||
return err
|
||||
}
|
||||
case *api.Secret:
|
||||
ctx.Logger.Printf("unhandled change to Secret resource: %+v", v)
|
||||
default:
|
||||
ctx.Logger.Errorf("unexpected resource type (%T) in work queue", obj)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user