Skip to content

Commit

Permalink
update some TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass committed Jun 26, 2024
1 parent 13433e6 commit 321a664
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion internal/cmd/local/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func (d *Docker) Port(ctx context.Context, container string) (int, error) {
const migratePGDATA = "/var/lib/postgresql/data"

// MigrateComposeDB handles migrating the existing docker compose database into the abctl managed k8s cluster.
// TODO: move this method of the the docker class?
// TODO: move this method out of the the docker class?
func (d *Docker) MigrateComposeDB(ctx context.Context, volume string) error {
if v := d.volumeExists(ctx, volume); v == "" {
return errors.New(fmt.Sprintf("volume %s does not exist", volume))
Expand Down
1 change: 0 additions & 1 deletion internal/cmd/local/local_install.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ func NewCmdInstall(provider k8s.Provider) *cobra.Command {
return err
}
pterm.Success.Printfln("Cluster '%s' created", provider.ClusterName)
// TODO: create volumes
}

lc, err := local.New(provider,
Expand Down

0 comments on commit 321a664

Please sign in to comment.