Skip to content

Commit

Permalink
revert in-memory-controller flag change
Browse files Browse the repository at this point in the history
  • Loading branch information
takirala authored Aug 6, 2023
1 parent 8890118 commit f91de42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/test_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (t *TestContextType) NamespaceScopedControlPlane() bool {
var TestContext = &TestContextType{}

func registerFlags(t *TestContextType) {
flag.BoolVar(&t.InMemoryControllers, "in-memory-controllers", true,
flag.BoolVar(&t.InMemoryControllers, "in-memory-controllers", false,
"Whether KubeFed controllers should be started in memory.")
flag.StringVar(&t.KubeConfig, "kubeconfig", os.Getenv("KUBECONFIG"),
"Path to kubeconfig containing embedded authinfo.")
Expand Down

0 comments on commit f91de42

Please sign in to comment.