Skip to content

Commit

Permalink
cluster: reload shoud pass through ignore-config-check (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa authored Apr 3, 2021
1 parent c211098 commit e60f822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/manager/reload.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (m *Manager) Reload(name string, opt operator.Options, skipRestart, skipCon
}
})

refreshConfigTasks, hasImported := buildRegenConfigTasks(m, name, topo, base, nil, false)
refreshConfigTasks, hasImported := buildRegenConfigTasks(m, name, topo, base, nil, opt.IgnoreConfigCheck)
monitorConfigTasks := buildRefreshMonitoredConfigTasks(
m.specManager,
name,
Expand Down

0 comments on commit e60f822

Please sign in to comment.