Skip to content

Commit 73efd24

Browse files
committed
Test monitoring.rhobs/v1
1 parent 2d2afb7 commit 73efd24

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

bindata/operator/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ metadata:
184184
spec:
185185
selfSigned: {}
186186
---
187-
apiVersion: monitoring.coreos.com/v1
187+
apiVersion: monitoring.rhobs/v1
188188
kind: ServiceMonitor
189189
metadata:
190190
labels:

config/default/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ replacements:
7777
create: true
7878
- select: # Uncomment the following to set the Service name for TLS config in Prometheus ServiceMonitor
7979
kind: ServiceMonitor
80-
group: monitoring.coreos.com
80+
group: monitoring.rhobs
8181
version: v1
8282
name: controller-manager-metrics-monitor
8383
fieldPaths:
@@ -107,7 +107,7 @@ replacements:
107107
create: true
108108
- select: # Uncomment the following to set the Service namespace for TLS in Prometheus ServiceMonitor
109109
kind: ServiceMonitor
110-
group: monitoring.coreos.com
110+
group: monitoring.rhobs
111111
version: v1
112112
name: controller-manager-metrics-monitor
113113
fieldPaths:

config/prometheus/monitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Prometheus Monitor Service (Metrics)
2-
apiVersion: monitoring.coreos.com/v1
2+
apiVersion: monitoring.rhobs/v1
33
kind: ServiceMonitor
44
metadata:
55
labels:

0 commit comments

Comments
 (0)