There was an error while loading. Please reload this page.
1 parent 1c61fde commit 63ff5bdCopy full SHA for 63ff5bd
1 file changed
examples/helm/stacks/deploy/dev.yaml
@@ -73,6 +73,12 @@ components:
73
release:
74
wait:
75
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
82
values:
83
hooks:
84
enabled: false
0 commit comments