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: