Commit 702d6f4
committed
Bound setup Helm wait behavior
Use hook-only wait mode for Fleet chart install in
`dev/setup-fleet` to avoid Helm watcher hangs during setup.
Because in Helm v4, wait without a mode can use a watcher strategy that
keeps tracking non-hook resources and can stay stuck in pending-install
even after pods are already healthy.1 parent 5e4802e commit 702d6f4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments