We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba6acf commit e5cbf99Copy full SHA for e5cbf99
1 file changed
main.go
@@ -73,7 +73,7 @@ func main() {
73
74
// allow function mesh to be disabled and enable it by default
75
// required because of https://github.com/operator-framework/operator-lifecycle-manager/issues/1523
76
- if os.Getenv("ENABLE_FUNCTION_MESH_CONTROLLER") == "false" {
+ if os.Getenv("ENABLE_FUNCTION_MESH_CONTROLLER") != "false" {
77
if err = (&controllers.FunctionMeshReconciler{
78
Client: mgr.GetClient(),
79
Log: ctrl.Log.WithName("controllers").WithName("FunctionMesh"),
0 commit comments