From b99201859db53498572cc822a2b66b51378b4ad7 Mon Sep 17 00:00:00 2001 From: Guillaume Rose Date: Wed, 21 Oct 2020 10:57:40 +0200 Subject: [PATCH] add current profile annotations to CVO manifests This is matches openshift/enhancements#414 and doesn't change existing behavior --- .../v1/0000_40_cloud-credential-operator_00_config.crd.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/operator/v1/0000_40_cloud-credential-operator_00_config.crd.yaml b/operator/v1/0000_40_cloud-credential-operator_00_config.crd.yaml index 829cf05b368..74dac215cbf 100644 --- a/operator/v1/0000_40_cloud-credential-operator_00_config.crd.yaml +++ b/operator/v1/0000_40_cloud-credential-operator_00_config.crd.yaml @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: cloudcredentials.operator.openshift.io + annotations: + include.release.openshift.io/self-managed-high-availability: "true" spec: scope: Cluster group: operator.openshift.io