From b48af34eadb3c015bc82ace46a6644b72dd2e02b Mon Sep 17 00:00:00 2001 From: Michael McCune Date: Thu, 29 Jul 2021 13:46:58 -0400 Subject: [PATCH] add cvo ha annotation to tombstones This change adds the annotation `include.release.openshift.io/self-managed-high-availability: "true"` to the tombstones. This is needed to ensure that the CVO will process them. --- install/99_tombstones.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/99_tombstones.yaml b/install/99_tombstones.yaml index b958830fe..5bf7d9b1f 100644 --- a/install/99_tombstones.yaml +++ b/install/99_tombstones.yaml @@ -4,12 +4,14 @@ metadata: name: cluster-autoscaler-operator-ca namespace: openshift-machine-api annotations: + include.release.openshift.io/self-managed-high-availability: "true" release.openshift.io/delete: "true" --- -apiVersion: monitoring.coreos.com +apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule metadata: name: cluster-autoscaler-operator-rules namespace: openshift-machine-api annotations: + include.release.openshift.io/self-managed-high-availability: "true" release.openshift.io/delete: "true"