From 401fe30b5a3b4c3c536081639c8ee99edf0fe715 Mon Sep 17 00:00:00 2001
From: bparees <bparees@redhat.com>
Date: Mon, 25 Jul 2022 09:14:33 -0400
Subject: [PATCH] Revert "operator NS manifest: Set empty
 openshift.io/run-level"

This reverts commit 2ea49379d09dd3d34463abb4fae16761e90fe45e.
---
 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