Skip to content

Commit d99372b

Browse files
committed
Force update for the metricstorage with NAD
Remove the existing metricstorage and recreate it to ensure the NAD annotation gets included
1 parent 8efbe51 commit d99372b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tests/kuttl/suites/tls/tests/03-configure-nad-metricstorage.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
# Kuttl test doesn't seem to wait correctly for the metric
2+
# storage to reconcile when enabling the NAD
3+
# Deleting it here and than recreating it in the next step
4+
# should ensure kuttl waits long enough.
5+
apiVersion: kuttl.dev/v1beta1
6+
kind: TestStep
7+
delete:
8+
- apiVersion: telemetry.openstack.org/v1beta1
9+
kind: MetricStorage
10+
name: telemetry-kuttl
111
---
212
apiVersion: telemetry.openstack.org/v1beta1
313
kind: MetricStorage
414
metadata:
5-
name: telemetry-kuttl-metricstorage
15+
name: telemetry-kuttl-metricstorage-with-nad
616
spec:
717
monitoringStack:
818
alertingEnabled: true

0 commit comments

Comments
 (0)