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
The Zarf lifecycle relies heavily on helm. Are you able to get the functionality you're looking for through a regular helm install outside of Zarf? If so could you give us the options you send into helm?
My helm chart had life cycle annotation which was causing the waits to occur. The noWait: true works as expected after I removed those annotations. I posted an example of those annotations below.
schristoff
changed the title
Zarf noWait: True under charts not working as expected
docs: Update noWait to have a warning about helm hooks
Aug 15, 2024
Environment
zarf_version: v0.32.4
rke2_version: "v1.28.9+rke2r1"
Steps to reproduce
Expected result
With noWait True set, the helm chart should deploy and not wait for the job to complete or fail.
Actual Result
With a long running job it takes forever for the helm chart to deploy and the zarf deployment will timeout.
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Should be a rather high. There should be a way to tell zarf to ignore long running Kubernetes jobs so the deployment will not timeout.
The text was updated successfully, but these errors were encountered: