Set oldConfig.fqdn

Without this, the re-configure task unregisters the domain since
it thinks the domain has changed
This commit is contained in:
Girish Ramakrishnan
2019-01-03 10:08:52 -08:00
parent cbd3c60c5d
commit f55034906c

View File

@@ -329,6 +329,7 @@ function getAppConfig(app) {
manifest: app.manifest,
location: app.location,
domain: app.domain,
fqdn: app.fqdn,
accessRestriction: app.accessRestriction,
portBindings: app.portBindings,
memoryLimit: app.memoryLimit,