Skip to content

Commit

Permalink
chore: remove stale todos
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Jun 6, 2023
1 parent 2196078 commit 55f1ea9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/src/plugins/kubernetes/kubernetes-type/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ export const kubernetesDeploy: DeployActionHandler<"deploy", KubernetesDeployAct
await startServiceInLocalMode({
ctx,
spec: spec.localMode,
// TODO-0.13.0: Support multiple processes+targets.
targetResource: modifiedResources[0],
manifests: preparedManifests,
action,
Expand Down
1 change: 0 additions & 1 deletion core/src/plugins/kubernetes/local-mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ function patchSyncableManifest(
* Configures the specified Deployment, DaemonSet or StatefulSet for local mode.
*/
export async function configureLocalMode(configParams: ConfigureLocalModeParams): Promise<ConfiguredLocalMode> {
// TODO-0.13.0: allow multiple manifests configuration
const { ctx, spec, defaultTarget, action, log } = configParams
const k8sCtx = ctx as KubernetesPluginContext
const provider = k8sCtx.provider
Expand Down

0 comments on commit 55f1ea9

Please sign in to comment.