From 75f34c7a944e20904d48949a3bd9b1f9496252c0 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Thu, 20 Feb 2020 16:29:03 -0500 Subject: [PATCH] manifests: Remove run-level, insights operator does not need it Insights should follow normal admission control rules for a cluster. --- manifests/02-namespace.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/02-namespace.yaml b/manifests/02-namespace.yaml index 1813afa80..18c744cde 100644 --- a/manifests/02-namespace.yaml +++ b/manifests/02-namespace.yaml @@ -7,4 +7,3 @@ metadata: labels: openshift.io/cluster-monitoring: "true" name: openshift-insights - openshift.io/run-level: "1"