Commit 69afeb9
ci(e2e): wait for operator webhook endpoint backend before running tests
After helm --wait the operator pod is Ready, but the webhook server may not
yet have certs mounted / port bound. The first kubectl apply hits the
mutating webhook and fails with "connection refused".
Block in BeforeSuite until the hermes-operator-webhook Service has at least
one Ready Endpoint backend before installing MinIO + running tests.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 162ddc4 commit 69afeb9
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
| |||
0 commit comments