Skip to content

Commit

Permalink
fix: wrong namespace for vcluster
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianKramm committed Sep 12, 2024
1 parent 1363a2b commit 5bb27f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cmd/vclusterctl/cmd/platform/reset.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ import (

type PasswordCmd struct {
*flags.GlobalFlags

User string
Password string
Create bool
Force bool

Log log.Logger

Namespace string
User string
Password string
Create bool
Force bool
}

func NewResetCmd(globalFlags *flags.GlobalFlags) *cobra.Command {
Expand Down

0 comments on commit 5bb27f2

Please sign in to comment.