From 9ed39237a5f866bc84fe173cc2be05f0c419b60a Mon Sep 17 00:00:00 2001 From: Cesar Wong Date: Tue, 12 Nov 2019 17:03:32 +0100 Subject: [PATCH] Add manifest annotations for hosted deployment exclusions --- manifests/04-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/04-deployment.yaml b/manifests/04-deployment.yaml index 0da1dea4c..3dfcab1fb 100644 --- a/manifests/04-deployment.yaml +++ b/manifests/04-deployment.yaml @@ -6,6 +6,8 @@ metadata: labels: app: machine-approver machine-approver: "true" + annotations: + exclude.release.openshift.io/internal-openshift-hosted: "true" spec: strategy: type: Recreate