Save machine pools even when action is not create

This commit is contained in:
Phillip Rak 2021-08-03 17:07:35 -07:00
parent a6239a0d08
commit 2359fd8cf9
1 changed files with 4 additions and 0 deletions

View File

@ -731,6 +731,10 @@ export default {
entry.config = neu;
entry.pool.machineConfigRef.name = neu.metadata.name;
entry.create = false;
} else {
const response = await entry.config.save();
entry.config = response;
}
if ( !entry.pool.hostnamePrefix ) {