Commit 407c63a
Disable METRICS-WITH-CERTS
currently when deploy nova in other operators kuttl tests, it
fails with:
~~~
Normal Scheduled 9m11s default-scheduler Successfully assigned openstack-operators/nova-operator-controller-manager-6cc89cc5d5-528w2 to oko-06-c6mpd-master-2
Warning FailedMount 57s (x12 over 9m11s) kubelet MountVolume.SetUp failed for volume "metrics-certs" : secret "metrics-server-cert" not found
~~~
Its becase currently the generation of the certs is not configured.
Lets disable it for now and enable it when we do it across all
operators.
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>1 parent 8f090b5 commit 407c63a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments