Skip to content

Commit

Permalink
Merge pull request #400 from Cray-HPE/MTL-2404
Browse files Browse the repository at this point in the history
MTL-2404 `--kubeconfig` flag is not recognized
  • Loading branch information
jpdavis-prof authored Jul 1, 2024
2 parents fe6eeac + 0dd06db commit f6524ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cli/automation/ncn/ncn.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ func NewCommand() *cobra.Command {
Long: "A series of subcommands that automates NCN administrative tasks.",
DisableAutoGenTag: true,
}
c.Flags().StringVar(
c.PersistentFlags().StringVarP(
&kubeconfig,
"kubeconfig",
"k",
"",
"Absolute path to the kubeconfig file",
)
Expand Down

0 comments on commit f6524ee

Please sign in to comment.