Skip to content

Commit

Permalink
Update pkg/kuttlctl/cmd/root.go
Browse files Browse the repository at this point in the history
Signed-off-by: Author Name <[email protected]>
Signed-off-by: Logan Cox <[email protected]>
  • Loading branch information
logan-bobo committed Aug 21, 2024
1 parent b09cefa commit 4fc8bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kuttlctl/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ and serves as an API aggregation layer.
Version: version.Get().GitVersion,
}

cmd.PersistentFlags().StringVar(&k8s.ImpersonateAs, "as", "", "the username that you wish to impersonate")
cmd.PersistentFlags().StringVar(&k8s.ImpersonateAs, "as", "", "Username to impersonate for the operation. User could be a regular user or a service account in a namespace.")
cmd.AddCommand(newAssertCmd())
cmd.AddCommand(newErrorsCmd())
cmd.AddCommand(newTestCmd())
Expand Down

0 comments on commit 4fc8bc2

Please sign in to comment.