Skip to content

Commit ddc83b0

Browse files
committed
updated config
1 parent 98a5d1e commit ddc83b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/cmd/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func start(config npmconfig.Config, flags npmconfig.Flags) error {
137137
stopChannel := wait.NeverStop
138138
if config.Toggles.EnableV2NPM {
139139
// update the dataplane config
140-
npmV2DataplaneCfg.EnableNPMLite = config.Toggles.EnableV2NPM
140+
npmV2DataplaneCfg.EnableNPMLite = config.Toggles.EnableNPMLite
141141

142142
npmV2DataplaneCfg.MaxBatchedACLsPerPod = config.MaxBatchedACLsPerPod
143143

0 commit comments

Comments
 (0)