Skip to content

Commit 539e944

Browse files
committed
Fix run-level label to empty string.
Given the original commit for this was in 2018, it might be possible to remove the label now entirely. However, when doing an upgrade it won't not be applied, hence any clusters which are upgraded still get the run-level. This effectively unsets it, so works for installs and upgrades. Signed-off-by: coops <cooper.d.mark@gmail.com>
1 parent bc972aa commit 539e944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/0000_00_cluster-version-operator_00_namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
workload.openshift.io/allowed: "management"
1010
labels:
1111
name: openshift-cluster-version
12-
openshift.io/run-level: "1"
12+
openshift.io/run-level: "" # specify no run-level turns it off on install and upgrades
1313
openshift.io/cluster-monitoring: "true"
1414
pod-security.kubernetes.io/enforce: privileged
1515
pod-security.kubernetes.io/audit: privileged

0 commit comments

Comments
 (0)