From 4e190b7fb07538f221051c855d4d88d844f69d12 Mon Sep 17 00:00:00 2001 From: Jason Parraga Date: Mon, 23 Sep 2024 07:53:18 -0700 Subject: [PATCH] fix armadactl submit help string (#3887) Signed-off-by: Jason Parraga --- cmd/armadactl/cmd/submit.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/armadactl/cmd/submit.go b/cmd/armadactl/cmd/submit.go index b17c6eda0f8..ec8b977ef43 100644 --- a/cmd/armadactl/cmd/submit.go +++ b/cmd/armadactl/cmd/submit.go @@ -17,11 +17,11 @@ func submitCmd() *cobra.Command { Example jobs.yaml: +queue: test +jobSetId: set1 jobs: -- queue: test - priority: 0 - jobSetId: set1 - podSpec: + - namespace: armada-example + podSpec: ... kubernetes pod spec ...`, Args: cobra.ExactArgs(1), PreRunE: func(cmd *cobra.Command, args []string) error {