Commit f6f4447
Fix helm test: drop hook-succeeded so --logs can read the test pod
CI runs `helm test ister -n ister --logs`. The test pod carried a
hook-delete-policy of before-hook-creation,hook-succeeded, so Helm deleted it
the moment it passed — then --logs raced to fetch logs from a pod that no
longer existed and failed with "pods ister-test-connection not found", turning
a green test into a red step.
Drop hook-succeeded; the pod now survives a successful run so its logs are
retrievable, and before-hook-creation still clears it on the next test run.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 7fe7d82 commit f6f4447
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
0 commit comments