diff --git a/product_docs/docs/edb-postgres-ai/1.2/hybrid-manager/install/rhos/prerequisites/rhoscluster.mdx b/product_docs/docs/edb-postgres-ai/1.2/hybrid-manager/install/rhos/prerequisites/rhoscluster.mdx index b47590dd0a..cee512b964 100644 --- a/product_docs/docs/edb-postgres-ai/1.2/hybrid-manager/install/rhos/prerequisites/rhoscluster.mdx +++ b/product_docs/docs/edb-postgres-ai/1.2/hybrid-manager/install/rhos/prerequisites/rhoscluster.mdx @@ -98,9 +98,9 @@ To support HM and its associated components, the nodes in your OpenShift cluster spec: metadata: labels: - edbaiplatform.io/control-plane: “true” + edbaiplatform.io/postgres: “true” taints: - - key: edbplatform.io/control-plane + - key: edbplatform.io/postgres value: "true" effect: NoSchedule ```