Remove use of isCustomDomain
Use adminFqdn instead as needed
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ function retire(reason, info, callback) {
|
||||
|
||||
var data = {
|
||||
apiServerOrigin: config.apiServerOrigin(),
|
||||
isCustomDomain: config.isCustomDomain(),
|
||||
adminFqdn: config.adminFqdn(),
|
||||
fqdn: config.fqdn()
|
||||
};
|
||||
shell.sudo('retire', [ RETIRE_CMD, reason, JSON.stringify(info), JSON.stringify(data) ], callback);
|
||||
|
||||
Reference in New Issue
Block a user