Skip to content

Commit e5cbf99

Browse files
committed
minor fixes
1 parent dba6acf commit e5cbf99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func main() {
7373

7474
// allow function mesh to be disabled and enable it by default
7575
// required because of https://github.com/operator-framework/operator-lifecycle-manager/issues/1523
76-
if os.Getenv("ENABLE_FUNCTION_MESH_CONTROLLER") == "false" {
76+
if os.Getenv("ENABLE_FUNCTION_MESH_CONTROLLER") != "false" {
7777
if err = (&controllers.FunctionMeshReconciler{
7878
Client: mgr.GetClient(),
7979
Log: ctrl.Log.WithName("controllers").WithName("FunctionMesh"),

0 commit comments

Comments
 (0)