Commit bf17ecc
committed
fix: Add health probes to rbac-escalation-operator deployment
Add startup, liveness, and readiness probes to rbac-escalation-operator
deployment so the pod can report ready status and the ClusterExtension
can reach Available condition.
Without probes, the deployment never reports ready, causing the test
to timeout waiting for 'ClusterExtension is available'.
Fixes: rbac-escalation.feature test availability check1 parent 39e8526 commit bf17ecc
File tree
2 files changed
+22
-2
lines changed- testdata/images/bundles/rbac-escalation-operator/v1.0.0/manifests
- test/e2e/features
2 files changed
+22
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
31 | 50 | | |
32 | 51 | | |
33 | 52 | | |
| |||
0 commit comments