From c837804f58155ea8b1d639b855c47290deb56adc Mon Sep 17 00:00:00 2001 From: Bryan Cox Date: Mon, 13 Jan 2025 11:47:57 -0500 Subject: [PATCH] Remove the HCCO reports node count label The Dockerfile.control-plane doesn't have this label. Signed-off-by: Bryan Cox --- Containerfile.control-plane | 1 - 1 file changed, 1 deletion(-) diff --git a/Containerfile.control-plane b/Containerfile.control-plane index b7c9b7a978..d4437904d0 100644 --- a/Containerfile.control-plane +++ b/Containerfile.control-plane @@ -24,4 +24,3 @@ LABEL io.openshift.hypershift.control-plane-operator-creates-aws-sg=true LABEL io.openshift.hypershift.control-plane-operator-applies-management-kas-network-policy-label=true LABEL io.openshift.hypershift.restricted-psa=true LABEL io.openshift.hypershift.control-plane-pki-operator-signs-csrs=true -LABEL io.openshift.hypershift.hosted-cluster-config-operator-reports-node-count=true