Set overwriteDns to be true when re-configuring

This commit is contained in:
Girish Ramakrishnan
2019-09-26 22:30:58 -07:00
parent a3420f885d
commit 45e85e4d53
2 changed files with 10 additions and 6 deletions

View File

@@ -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