We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a5d1e commit ddc83b0Copy full SHA for ddc83b0
npm/cmd/start.go
@@ -137,7 +137,7 @@ func start(config npmconfig.Config, flags npmconfig.Flags) error {
137
stopChannel := wait.NeverStop
138
if config.Toggles.EnableV2NPM {
139
// update the dataplane config
140
- npmV2DataplaneCfg.EnableNPMLite = config.Toggles.EnableV2NPM
+ npmV2DataplaneCfg.EnableNPMLite = config.Toggles.EnableNPMLite
141
142
npmV2DataplaneCfg.MaxBatchedACLsPerPod = config.MaxBatchedACLsPerPod
143
0 commit comments