Set overwriteDns to be true when re-configuring
This commit is contained in:
@@ -1880,7 +1880,7 @@ function configureInstalledApps(callback) {
|
||||
|
||||
const oldConfig = _.pick(app, 'location', 'domain', 'fqdn', 'alternateDomains', 'portBindings');
|
||||
const task = {
|
||||
args: { oldConfig },
|
||||
args: { oldConfig, overwriteDns: true },
|
||||
values: {},
|
||||
scheduleNow: false, // task will be scheduled by autoRestartTasks when platform is ready
|
||||
requireNullTaskId: false // ignore existing stale taskId
|
||||
|
||||
Reference in New Issue
Block a user