-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
area/testingIssue related to testing the operator-sdk and subcomponentsIssue related to testing the operator-sdk and subcomponentskind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Feature Request
Is your feature request related to a problem? Please describe.
I see there in memcached example in main that you are doing flag.String("image") but this flag is set in stone in operator-sdk in test command.
If I want to add my flag (as I have other properties to set, specific to my test), I can not propagate any to "test local" because operator-sdk and go test itself does not recognise them.
Describe the solution you'd like
I want to be able to specify my own additional flags.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/testingIssue related to testing the operator-sdk and subcomponentsIssue related to testing the operator-sdk and subcomponentskind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.