File tree Expand file tree Collapse file tree
examples/helm/stacks/deploy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 release :
77 wait :
88 strategy : watcher
9+ # Nested k3s runners can leave Helm's watcher blocked after release
10+ # resources are gone. Live deletes use deterministic legacy waiting; the
11+ # workflow still exercises watcher selection through its delete dry-run.
12+ delete :
13+ wait :
14+ strategy : legacy
915 # Leave enough headroom for nested k3s workloads on resource-constrained
1016 # macOS/Colima runners. Components that exercise timeout behavior override
1117 # this value explicitly below.
@@ -73,12 +79,6 @@ components:
7379 release :
7480 wait :
7581 jobs : true
76- # Helm's watcher can remain blocked after deleting a completed ordinary
77- # Job even though the release resources are already gone. Keep watcher
78- # coverage for install and use deterministic legacy cleanup here.
79- delete :
80- wait :
81- strategy : legacy
8282 values :
8383 hooks :
8484 enabled : false
You can’t perform that action at this time.
0 commit comments