Commit ed56488
Apply watcher cr in openstack namespace
In unijobs, when we do oc apply <watcher cr name>, It tries
to create resources in default namespace leading to following
errors:
```
INFO Controllers.Watcher Found zero services for Galera instance openstack, requeueing
```
Galera instance openstack runs in openstack namespace that's why
above error is coming.
We need to apply watcher cr in openstack namespace so that watcher
can use resources from openstack namespace.
Signed-off-by: Chandan Kumar (raukadah) <raukadah@gmail.com>1 parent e10691d commit ed56488
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| 396 | + | |
| 397 | + | |
396 | 398 | | |
397 | 399 | | |
398 | | - | |
399 | | - | |
| 400 | + | |
| 401 | + | |
400 | 402 | | |
401 | 403 | | |
402 | 404 | | |
| |||
0 commit comments