Skip to content

Commit

Permalink
Fix tests for telemetry resource
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzigold committed Nov 21, 2023
1 parent d564042 commit cfcdea8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/kuttl/suites/default/tests/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: ceilometer
ownerReferences:
- kind: Ceilometer
name: telemetry-ceilometer-central
name: ceilometer
spec:
ports:
- port: 3000
Expand All @@ -21,7 +21,7 @@ metadata:
name: ceilometer
ownerReferences:
- kind: Ceilometer
name: telemetry-ceilometer-central
name: ceilometer
spec:
template:
spec:
Expand Down Expand Up @@ -50,8 +50,8 @@ apiVersion: v1
kind: Pod
metadata:
labels:
prometheus: telemetry-autoscaling-prometheus
name: prometheus-telemetry-autoscaling-prometheus-0
prometheus: autoscaling-prometheus
name: prometheus-autoscaling-prometheus-0
status:
containerStatuses:
- name: config-reloader
Expand All @@ -67,10 +67,10 @@ status:
apiVersion: v1
kind: Service
metadata:
name: telemetry-autoscaling-prometheus-prometheus
name: autoscaling-prometheus-prometheus
ownerReferences:
- kind: MonitoringStack
name: telemetry-autoscaling-prometheus
name: autoscaling-prometheus
spec:
ports:
- name: web
Expand All @@ -87,7 +87,7 @@ metadata:
name: aodh-internal
ownerReferences:
- kind: Autoscaling
name: telemetry-autoscaling
name: autoscaling
spec:
ports:
- name: aodh-internal
Expand All @@ -104,7 +104,7 @@ metadata:
name: aodh-public
ownerReferences:
- kind: Autoscaling
name: telemetry-autoscaling
name: autoscaling
spec:
ports:
- name: aodh-public
Expand All @@ -120,7 +120,7 @@ metadata:
name: aodh
ownerReferences:
- kind: Autoscaling
name: telemetry-autoscaling
name: autoscaling
spec:
template:
spec:
Expand Down

0 comments on commit cfcdea8

Please sign in to comment.