diff --git a/pkg/cmd/provisioning/constants.go b/pkg/cmd/provisioning/constants.go index e85e14e820..5c86222e7e 100644 --- a/pkg/cmd/provisioning/constants.go +++ b/pkg/cmd/provisioning/constants.go @@ -38,7 +38,7 @@ const ( ] }` // featureGateAnnotation is the annotation used to indicate that a specific manifest is hidden behind a feature gate. - featureGateAnnotation = "release.openshift.io/feature-gate" + featureGateAnnotation = "release.openshift.io/feature-set" // deletionAnnotation is the annotation used to tell the CVO that a resource should be deleted deletionAnnotation = "release.openshift.io/delete"