From 66dc5e15ed963309fdf5a8936c1cb456b124eac1 Mon Sep 17 00:00:00 2001
From: Ben Parees <bparees@users.noreply.github.com>
Date: Mon, 25 Jul 2022 09:10:11 -0400
Subject: [PATCH] Revert "Bug 2101880: operator NS manifest: Set empty
 openshift.io/run-level"

---
 install/0000_30_machine-api-operator_00_namespace.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/install/0000_30_machine-api-operator_00_namespace.yaml b/install/0000_30_machine-api-operator_00_namespace.yaml
index 7f3c0d62f..6e11d236b 100644
--- a/install/0000_30_machine-api-operator_00_namespace.yaml
+++ b/install/0000_30_machine-api-operator_00_namespace.yaml
@@ -10,7 +10,6 @@ metadata:
   name: openshift-machine-api
   labels:
     name: openshift-machine-api
-    openshift.io/run-level: "" # specify no run-level turns it off on install and upgrades
     # allow openshift-monitoring to look for ServiceMonitor objects in this namespace
     openshift.io/cluster-monitoring: "true"
     pod-security.kubernetes.io/enforce: privileged
-- 
GitLab