diff --git a/manifests/0000_49_cluster-storage-operator_01_operator_namespace.yaml b/manifests/0000_49_cluster-storage-operator_01_operator_namespace.yaml index d0baa8fac..183db784a 100644 --- a/manifests/0000_49_cluster-storage-operator_01_operator_namespace.yaml +++ b/manifests/0000_49_cluster-storage-operator_01_operator_namespace.yaml @@ -6,6 +6,7 @@ metadata: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" openshift.io/node-selector: "" + include.release.openshift.io/single-node-production-edge: "true" labels: openshift.io/cluster-monitoring: "true" name: openshift-cluster-storage-operator diff --git a/manifests/02_csi_driver_operators_namespace.yaml b/manifests/02_csi_driver_operators_namespace.yaml index 762588716..a3ea7af64 100644 --- a/manifests/02_csi_driver_operators_namespace.yaml +++ b/manifests/02_csi_driver_operators_namespace.yaml @@ -6,3 +6,4 @@ metadata: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" openshift.io/node-selector: "" + include.release.openshift.io/single-node-production-edge: "true" diff --git a/manifests/03_credentials_request_aws.yaml b/manifests/03_credentials_request_aws.yaml index b14b46dcd..fdf6c6dcd 100644 --- a/manifests/03_credentials_request_aws.yaml +++ b/manifests/03_credentials_request_aws.yaml @@ -6,6 +6,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-production-edge: "true" spec: secretRef: name: ebs-cloud-credentials diff --git a/manifests/03_credentials_request_cinder.yaml b/manifests/03_credentials_request_cinder.yaml index 8ac734263..c9534b02f 100644 --- a/manifests/03_credentials_request_cinder.yaml +++ b/manifests/03_credentials_request_cinder.yaml @@ -5,6 +5,7 @@ metadata: namespace: openshift-cloud-credential-operator annotations: include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-production-edge: "true" spec: secretRef: name: openstack-cloud-credentials diff --git a/manifests/03_credentials_request_gcp.yaml b/manifests/03_credentials_request_gcp.yaml index 8911071f8..2f8af2e3e 100644 --- a/manifests/03_credentials_request_gcp.yaml +++ b/manifests/03_credentials_request_gcp.yaml @@ -5,6 +5,7 @@ metadata: namespace: openshift-cloud-credential-operator annotations: include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-production-edge: "true" spec: secretRef: name: gcp-pd-cloud-credentials diff --git a/manifests/03_credentials_request_manila.yaml b/manifests/03_credentials_request_manila.yaml index 3714c4d4e..49b92a52b 100644 --- a/manifests/03_credentials_request_manila.yaml +++ b/manifests/03_credentials_request_manila.yaml @@ -6,6 +6,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-production-edge: "true" spec: secretRef: name: manila-cloud-credentials diff --git a/manifests/03_credentials_request_ovirt.yaml b/manifests/03_credentials_request_ovirt.yaml index 06a94541f..ab1842f6f 100644 --- a/manifests/03_credentials_request_ovirt.yaml +++ b/manifests/03_credentials_request_ovirt.yaml @@ -6,6 +6,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-production-edge: "true" spec: providerSpec: apiVersion: cloudcredential.openshift.io/v1 diff --git a/manifests/06_operator_cr.yaml b/manifests/06_operator_cr.yaml index c36ce35d1..3dc6f7a80 100644 --- a/manifests/06_operator_cr.yaml +++ b/manifests/06_operator_cr.yaml @@ -6,6 +6,7 @@ metadata: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" release.openshift.io/create-only: "true" + include.release.openshift.io/single-node-production-edge: "true" spec: managementState: Managed logLevel: Normal diff --git a/manifests/07_service_account.yaml b/manifests/07_service_account.yaml index 5b1b0bfb3..8865a0a54 100644 --- a/manifests/07_service_account.yaml +++ b/manifests/07_service_account.yaml @@ -6,3 +6,4 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-production-edge: "true" diff --git a/manifests/08_operator_rbac.yaml b/manifests/08_operator_rbac.yaml index d2f265559..3f14cd0fb 100644 --- a/manifests/08_operator_rbac.yaml +++ b/manifests/08_operator_rbac.yaml @@ -9,6 +9,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-production-edge: "true" subjects: - kind: ServiceAccount name: cluster-storage-operator diff --git a/manifests/10_deployment.yaml b/manifests/10_deployment.yaml index 96df8cb0f..11fc2acd7 100644 --- a/manifests/10_deployment.yaml +++ b/manifests/10_deployment.yaml @@ -6,6 +6,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-production-edge: "true" spec: replicas: 1 selector: diff --git a/manifests/11_cluster_operator.yaml b/manifests/11_cluster_operator.yaml index 38bfd264c..37d357918 100644 --- a/manifests/11_cluster_operator.yaml +++ b/manifests/11_cluster_operator.yaml @@ -5,6 +5,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-production-edge: "true" spec: managementState: Managed status: