From 1c0f677f580703da3ddc78a340bed9d0280ed06b Mon Sep 17 00:00:00 2001 From: Cesar Wong Date: Tue, 12 Nov 2019 16:51:59 +0100 Subject: [PATCH] Add manifest annotations for hosted deployment exclusions --- .../0000_30_openshift-apiserver-operator_07_deployment.yaml | 2 ++ ...0000_30_openshift-apiserver-operator_08_clusteroperator.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/manifests/0000_30_openshift-apiserver-operator_07_deployment.yaml b/manifests/0000_30_openshift-apiserver-operator_07_deployment.yaml index e2d6056b8..d5f3c8925 100644 --- a/manifests/0000_30_openshift-apiserver-operator_07_deployment.yaml +++ b/manifests/0000_30_openshift-apiserver-operator_07_deployment.yaml @@ -5,6 +5,8 @@ metadata: name: openshift-apiserver-operator labels: app: openshift-apiserver-operator + annotations: + exclude.release.openshift.io/internal-openshift-hosted: "true" spec: replicas: 1 strategy: diff --git a/manifests/0000_30_openshift-apiserver-operator_08_clusteroperator.yaml b/manifests/0000_30_openshift-apiserver-operator_08_clusteroperator.yaml index 927032695..8ef517667 100644 --- a/manifests/0000_30_openshift-apiserver-operator_08_clusteroperator.yaml +++ b/manifests/0000_30_openshift-apiserver-operator_08_clusteroperator.yaml @@ -2,6 +2,8 @@ apiVersion: config.openshift.io/v1 kind: ClusterOperator metadata: name: openshift-apiserver + annotations: + exclude.release.openshift.io/internal-openshift-hosted: "true" spec: {} status: versions: