We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b769929 commit 8f367dfCopy full SHA for 8f367df
pkg/module_manager/models/modules/basic.go
@@ -201,6 +201,7 @@ func (bm *BasicModule) HasReadiness() bool {
201
// DeregisterHooks clean up all module hooks
202
func (bm *BasicModule) DeregisterHooks() {
203
bm.hooks.clean()
204
+ bm.hasReadiness = false
205
}
206
207
// HooksControllersReady returns controllersReady status of the hook storage
0 commit comments