Merge pull request #4646 from westlywright/bug.gke.autocreate.sub

lint fixes
This commit is contained in:
Westly Wright 2021-06-01 14:55:28 -07:00 committed by GitHub
commit 7b0d11e9c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ export default Component.extend({
if (isNewNodePool && isEmpty(nodeVersion)) {
set(this, 'nodePool.orchestratorVersion', clusterVersion);
// nodeVersion = clusterVersion;
return false;
}