You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
namespace=flag.String("namespace", "default", "the namespace the operator and tests should be deployed in")
45
45
deployDir=flag.String("deployDir", "deploy/", "the path to the directory which contains the yaml deployment files")
46
46
operatorImage=flag.String("operatorImage", "quay.io/mongodb/community-operator-dev:latest", "the image which should be used for the operator deployment")
47
47
preHookImage=flag.String("preHookImage", "quay.io/mongodb/community-operator-prehook:latest", "the prestophook image")
48
48
testImage=flag.String("testImage", "quay.io/mongodb/community-operator-e2e:latest", "the image which should be used for the operator e2e tests")
49
49
test=flag.String("test", "", "test e2e test that should be run. (name of folder containing the test)")
50
-
skipCleanup=flag.String("skipCleanup", "1", "specifies whether to skip cleaning up the context or not")
50
+
performCleanup=flag.String("performCleanup", "1", "specifies whether to performing a cleanup the context or not")
0 commit comments