Skip to content

Commit 6d79abe

Browse files
committed
Update sample CRs and kuttl CRs
1 parent 63066fa commit 6d79abe

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

config/samples/telemetry_v1beta1_autoscaling.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ metadata:
99
app.kubernetes.io/created-by: telemetry-operator
1010
name: autoscaling
1111
spec:
12-
prometheus:
13-
deployPrometheus: false
1412
aodh:
1513
secret: osp-secret
1614
passwordSelectors:

config/samples/telemetry_v1beta1_telemetry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,15 @@ spec:
66
metricStorage:
77
enabled: false
88
monitoringStack:
9-
type: prometheus
109
alertingEnabled: true
1110
scrapeInterval: 30s
12-
replicas: 1
1311
storage:
1412
strategy: persistent
1513
retention: 24h
1614
persistent:
1715
pvcStorageRequest: 20G
1816
autoscaling:
1917
enabled: false
20-
prometheus:
21-
deployPrometheus: true
2218
aodh:
2319
passwordSelectors:
2420
databaseUser: aodh

tests/kuttl/suites/default/tests/01-deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ spec:
66
metricStorage:
77
enabled: true
88
monitoringStack:
9-
type: prometheus
109
autoscaling:
1110
enabled: true
1211
aodh:

tests/kuttl/suites/metricstorage/tests/01-deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ metadata:
44
name: telemetry-kuttl
55
spec:
66
monitoringStack:
7-
type: prometheus
87
alertingEnabled: true
98
scrapeInterval: 30s
109
storage:

0 commit comments

Comments
 (0)