[NPM Lite] Fix for NPM Lite Yaml File (#3077)

hot fix for npm lite yaml file
This commit is contained in:
rejain456 2024-10-22 10:14:40 -07:00 коммит произвёл GitHub
Родитель ecf66fea86
Коммит 2085f66058
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -172,7 +172,7 @@ data:
"EnableV2NPM": true,
"PlaceAzureChainFirst": false,
"ApplyInBackground": true,
"NetPolInBackground": true
"NetPolInBackground": true,
"EnableNPMLite": true
}
}

Просмотреть файл

@ -153,7 +153,7 @@ data:
"PlaceAzureChainFirst": false,
"ApplyIPSetsOnNeed": false,
"ApplyInBackground": true,
"NetPolInBackground": true
"NetPolInBackground": true,
"EnableNPMLite": true
}
}