Skip to content

Commit da1e3bb

Browse files
committed
OSD-28131: Deploying COO in place of OBO on SC clusters
1 parent 1337f45 commit da1e3bb

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

deploy/olm/syncselector-template.yaml

+35-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ objects:
5050
operator: In
5151
values:
5252
- management-cluster
53-
- service-cluster
5453
resourceApplyMode: Sync
5554
resources:
5655
- apiVersion: operators.coreos.com/v1alpha1
@@ -94,6 +93,41 @@ objects:
9493
requests:
9594
cpu: ${RESOURCE_REQUEST_CPU}
9695
memory: ${RESOURCE_REQUEST_MEMORY}
96+
- apiVersion: hive.openshift.io/v1
97+
kind: SelectorSyncSet
98+
metadata:
99+
name: cluster-observability-operator-hypershift
100+
spec:
101+
clusterDeploymentSelector:
102+
matchLabels:
103+
api.openshift.com/managed: 'true'
104+
matchExpressions:
105+
- key: ext-hypershift.openshift.io/cluster-type
106+
operator: In
107+
values:
108+
- service-cluster
109+
resourceApplyMode: Sync
110+
resources:
111+
- apiVersion: operators.coreos.com/v1alpha1
112+
kind: Subscription
113+
metadata:
114+
labels:
115+
operators.coreos.com/cluster-observability-operator.openshift-operators: ""
116+
name: cluster-observability-operator
117+
namespace: openshift-operators
118+
spec:
119+
channel: development # This is the only channel available for now - To be replaced with ${CHANNEL} when possible
120+
name: cluster-observability-operator
121+
source: redhat-operators
122+
sourceNamespace: openshift-marketplace
123+
config:
124+
resources:
125+
limits:
126+
cpu: ${RESOURCE_LIMIT_CPU}
127+
memory: ${RESOURCE_LIMIT_MEMORY}
128+
requests:
129+
cpu: ${RESOURCE_REQUEST_CPU}
130+
memory: ${RESOURCE_REQUEST_MEMORY}
97131
- apiVersion: hive.openshift.io/v1
98132
kind: SelectorSyncSet
99133
metadata:

0 commit comments

Comments
 (0)