We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efbe51 commit d99372bCopy full SHA for d99372b
tests/kuttl/suites/tls/tests/03-configure-nad-metricstorage.yaml
@@ -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
11
---
12
apiVersion: telemetry.openstack.org/v1beta1
13
kind: MetricStorage
14
metadata:
- name: telemetry-kuttl-metricstorage
15
+ name: telemetry-kuttl-metricstorage-with-nad
16
spec:
17
monitoringStack:
18
alertingEnabled: true
0 commit comments