From 29319831f8fc72007ea44e4d2d6c882b3cdac424 Mon Sep 17 00:00:00 2001 From: Adam Kaplan Date: Wed, 11 Oct 2023 11:29:12 -0400 Subject: [PATCH] OCPBUGS-20164: Capability Annotation for Build CRD Add missing `capability.openshift.io/name` annotation to the Build cluster configuration CRD. This will ensure that the config object for the Build sub-system is not created when the Build capability is not enabled. --- config/v1/0000_10_config-operator_01_build.crd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/v1/0000_10_config-operator_01_build.crd.yaml b/config/v1/0000_10_config-operator_01_build.crd.yaml index 75166deb7c1..9e80775ffef 100644 --- a/config/v1/0000_10_config-operator_01_build.crd.yaml +++ b/config/v1/0000_10_config-operator_01_build.crd.yaml @@ -3,6 +3,7 @@ kind: CustomResourceDefinition metadata: annotations: api-approved.openshift.io: https://github.com/openshift/api/pull/470 + capability.openshift.io/name: Build include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" include.release.openshift.io/single-node-developer: "true"