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 and AstroProfundis committed Apr 6, 2021
1 parent f5d151e commit 065811e
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 @@ -52,7 +52,7 @@ func (m *Manager) Reload(name string, opt operator.Options, skipRestart bool) er
}
})

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 065811e

Please sign in to comment.