Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Feb 16, 2024
1 parent cca423f commit 458d954
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,7 @@ func (u *Upgrade) runEverestWizard(ctx context.Context) error {
); err != nil {
return err
}

u.config.Namespaces = strings.Join(input, ",")
list, err := install.ValidateNamespaces(u.config.Namespaces)
if err != nil {
return err
}
u.config.NamespacesList = list
}

return nil
Expand Down

0 comments on commit 458d954

Please sign in to comment.