Skip to content

Commit

Permalink
cli updated
Browse files Browse the repository at this point in the history
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
  • Loading branch information
bishal7679 committed May 15, 2023
1 parent 626589e commit 5190a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/create/createObjectPod.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func init() {
createObjectPodCmd.Flags().StringVarP(&Ports, "ports", "p", "", "Port [hostport:containerport]")
CreateobjectCmd.AddCommand(createObjectPodCmd)
createObjectPodCmd.MarkFlagRequired("name")
createObjectPodCmd.MarkFlagRequired("namespace")
// createObjectPodCmd.MarkFlagRequired("namespace")
createObjectPodCmd.MarkFlagRequired("ports")
createObjectPodCmd.MarkFlagRequired("image")

Expand Down

0 comments on commit 5190a3a

Please sign in to comment.