Skip to content

Commit 5752e58

Browse files
committed
Add feature gate for prepare data plugin
1 parent 0d1cfc0 commit 5752e58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/epp/runner/runner.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ func (r *Runner) parseConfigurationPhaseOne(ctx context.Context) (*configapi.End
465465

466466
loader.RegisterFeatureGate(datalayer.FeatureGate)
467467
loader.RegisterFeatureGate(flowcontrol.FeatureGate)
468+
loader.RegisterFeatureGate(datalayer.PrepareDataPluginsFeatureGate)
468469

469470
r.registerInTreePlugins()
470471

0 commit comments

Comments
 (0)