You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Service Account will be deleted too early, resulting in error.
Expected result
Service Account deleted along with the Job at the very end, after both are executed.
Additional information
Helm 3 deletes hooks after all the hooks in pre or post stage are deployed. In Nelm we delete hook immediately after it is deployed. This breaks backwards compatibility.
Probably we should have a separate stage to cleanup all hooks at once, which will be executed after all hooks deployed, just like in Helm 3.
The text was updated successfully, but these errors were encountered:
Before proceeding
Version
2.6.0
How to reproduce
Deploy these resources:
Result
Service Account will be deleted too early, resulting in error.
Expected result
Service Account deleted along with the Job at the very end, after both are executed.
Additional information
Helm 3 deletes hooks after all the hooks in pre or post stage are deployed. In Nelm we delete hook immediately after it is deployed. This breaks backwards compatibility.
Probably we should have a separate stage to cleanup all hooks at once, which will be executed after all hooks deployed, just like in Helm 3.
The text was updated successfully, but these errors were encountered: