Skip to content

Commit

Permalink
Remove plugin config from plugin deployment api (#5377)
Browse files Browse the repository at this point in the history
Signed-off-by: khanhtc1202 <[email protected]>
  • Loading branch information
khanhtc1202 authored Dec 2, 2024
1 parent eb9770c commit 55a7cb1
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 155 deletions.
2 changes: 0 additions & 2 deletions pkg/app/pipedv1/controller/planner.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ func (p *planner) buildPlan(ctx context.Context, runningDS, targetDS *deployment
Deployment: p.deployment,
RunningDeploymentSource: runningDS,
TargetDeploymentSource: targetDS,
// TODO: Add more planner input fields.
// we need passing PluginConfig
}

// Build deployment target versions.
Expand Down
Loading

0 comments on commit 55a7cb1

Please sign in to comment.