Skip to content

Commit 923505c

Browse files
committed
commands/.../build.go: remove unused flag
1 parent c0a67a7 commit 923505c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commands/operator-sdk/cmd/build.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import (
3333
var (
3434
namespacedManBuild string
3535
globalManBuild string
36-
rbacManBuild string
3736
testLocationBuild string
3837
enableTests bool
3938
)
@@ -60,7 +59,6 @@ For example:
6059
buildCmd.Flags().StringVarP(&testLocationBuild, "test-location", "t", "./test/e2e", "Location of tests")
6160
buildCmd.Flags().StringVarP(&namespacedManBuild, "namespaced", "n", "", "Path of namespaced resources for tests")
6261
buildCmd.Flags().StringVarP(&globalManBuild, "global", "g", "deploy/crd.yaml", "Path of global resources for tests")
63-
buildCmd.Flags().StringVarP(&rbacManBuild, "rbac", "r", "deploy/rbac.yaml", "Path of global resources for tests")
6462
return buildCmd
6563
}
6664

0 commit comments

Comments
 (0)