From 2191545082c5ee6ee933d2e9ffcdfe5193d8b770 Mon Sep 17 00:00:00 2001 From: "lan.tian" Date: Mon, 2 Mar 2026 09:42:48 +0800 Subject: [PATCH] update cert injection annotations to beta --- install/0000_30_machine-api-operator_10_service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/0000_30_machine-api-operator_10_service.yaml b/install/0000_30_machine-api-operator_10_service.yaml index cf1b6fbbb..cc91337b2 100644 --- a/install/0000_30_machine-api-operator_10_service.yaml +++ b/install/0000_30_machine-api-operator_10_service.yaml @@ -9,7 +9,7 @@ metadata: exclude.release.openshift.io/internal-openshift-hosted: "true" include.release.openshift.io/self-managed-high-availability: "true" include.release.openshift.io/single-node-developer: "true" - service.alpha.openshift.io/serving-cert-secret-name: machine-api-operator-tls + service.beta.openshift.io/serving-cert-secret-name: machine-api-operator-tls labels: k8s-app: machine-api-operator spec: @@ -32,7 +32,7 @@ metadata: exclude.release.openshift.io/internal-openshift-hosted: "true" include.release.openshift.io/self-managed-high-availability: "true" include.release.openshift.io/single-node-developer: "true" - service.alpha.openshift.io/serving-cert-secret-name: machine-api-controllers-tls + service.beta.openshift.io/serving-cert-secret-name: machine-api-controllers-tls labels: k8s-app: controller spec: