Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
  • Loading branch information
miklezzzz committed Jul 4, 2024
1 parent 61b0328 commit b1c1b20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/addon-operator/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,6 @@ func (op *AddonOperator) StartModuleManagerEventHandler() {
graphStateChanged := op.ModuleManager.RecalculateGraph(logLabels)

if graphStateChanged {
op.ConvergeState.PhaseLock.Lock()
convergeTask := converge.NewConvergeModulesTask(
"ReloadAll-After-GlobalHookDynamicUpdate",
converge.ReloadAllModules,
Expand Down

0 comments on commit b1c1b20

Please sign in to comment.