-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cadence] Use of helm install --wait causes the jobs to not be created #1176
Comments
Here is some output from running helm with
Helm is going to wait for these pods to be ready, and they never will be because the jobs have not run. Here is how the debug output looks when the
|
Thanks @drewhemm ! We'll look into it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When installing this chart with the
--wait
flag, because of thepost-install
hook on the resources incadence/templates/server-job.yaml
, they do not get created until Helm considers the app installed, but because the pods will not come online until the jobs have run, there is a circular dependency.Steps to reproduce the issue:
Attempt to install the chart using
helm install --wait
orhelm upgrade --install --wait
Expected behavior
The chart should install correctly, waiting for all resources to be created
The text was updated successfully, but these errors were encountered: