Skip to content

Commit 3172456

Browse files
committed
OCM-10282 | fix: Add profile flag to very network command
1 parent 5817646 commit 3172456

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

cmd/rosa/structure_test/command_args/rosa/verify/network/command_args.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
- name: subnet-ids
88
- name: tags
99
- name: watch
10+
- name: profile

cmd/verify/network/cmd.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ func initFlags(cmd *cobra.Command) {
134134
false,
135135
"Run network verifier with hosted control plane platform configuration",
136136
)
137+
138+
arguments.AddProfileFlag(flags)
137139
}
138140

139141
func run(cmd *cobra.Command, _ []string) {

0 commit comments

Comments
 (0)