Skip to content

Commit c5ac159

Browse files
committed
add Service as owned resource for Prometheus/Alertmanager CRDs
1 parent b8f267d commit c5ac159

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy/chart/catalog_resources/rh-operators/prometheusoperator.0.22.2.clusterserviceversion.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ spec:
201201
version: v1
202202
- kind: ConfigMap
203203
version: v1
204+
- kind: Service
205+
version: v1
204206
specDescriptors:
205207
- description: Desired number of Pods for the cluster
206208
displayName: Size
@@ -261,6 +263,8 @@ spec:
261263
version: v1beta2
262264
- kind: Pod
263265
version: v1
266+
- kind: Service
267+
version: v1
264268
specDescriptors:
265269
- description: Desired number of Pods for the cluster
266270
displayName: Size

0 commit comments

Comments
 (0)