Skip to content

Commit

Permalink
Removing example structure from armadactl (#2551)
Browse files Browse the repository at this point in the history
* Update root.go

* Update root.go

* Update root.go

* Update root.go

* Update root.go
  • Loading branch information
ShivangShandilya authored Jun 21, 2023
1 parent a678bb5 commit 7167c57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
10 changes: 1 addition & 9 deletions cmd/armada-load-tester/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,7 @@ var rootCmd = &cobra.Command{
Command line utility to submit many jobs to armada
Persistent config can be saved in a config file so it doesn't have to be specified every command.
Example structure:
armadaUrl: localhost:50051
basicAuth:
username: user1
password: password123
The location of this file can be passed in using --config argument or picked from $HOME/.armadactl.yaml.
`,
The location of this file can be passed in using --config argument or picked from $HOME/.armadactl.yaml.`,
}

// Execute adds all child commands to the root command and sets flags appropriately.
Expand Down
7 changes: 0 additions & 7 deletions cmd/testsuite/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ func RootCmd() *cobra.Command {
Long: `testsuite is a suite of automated tests for Armada deployments.
Persistent config can be saved in a config file so it doesn't have to be specified every command.
Example structure:
armadaUrl: localhost:50051
basicAuth:
username: user1
password: password123
The location of this file can be passed in using the --config argument.
If not provided, $HOME/.armadactl.yaml is used.`,
}
Expand Down

0 comments on commit 7167c57

Please sign in to comment.