Skip to content

Commit

Permalink
fix armadactl submit help string (#3887)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Parraga <sovietaced@gmail.com>
  • Loading branch information
Sovietaced committed Sep 23, 2024
1 parent cf9122e commit 4e190b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/armadactl/cmd/submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4e190b7

Please sign in to comment.