Commit a1ccfae
ci(e2e): install cert-manager into kind before installing the chart
Plan 2 Task 33 wired a cert-manager Issuer + Certificate into the chart for
the validating webhook, but the e2e workflow doesn't install cert-manager
first — so `helm upgrade --install` fails with
"no matches for kind \"Certificate\" in version \"cert-manager.io/v1\"".
Install jetstack/cert-manager with crds.enabled=true and --wait before the
chart upgrade, matching how production clusters bootstrap.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2dc06c8 commit a1ccfae
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
| |||
0 commit comments