Skip to content

Skaffold hangs on deploying job with Helm hook #9824

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

Open
ivanovaleksey opened this issue May 22, 2025 · 0 comments
Open

Skaffold hangs on deploying job with Helm hook #9824

ivanovaleksey opened this issue May 22, 2025 · 0 comments

Comments

@ivanovaleksey
Copy link

ivanovaleksey commented May 22, 2025

Hey, I am trying to deploy zitadel Helm chart using skaffold v4beta11.
Unfortunately skaffold run just hangs while creating job resources.

I tried to debug and narrow down the problem and noticed that the issue was jobs having those annotations

  annotations:
    helm.sh/hook: pre-install,pre-upgrade
    helm.sh/hook-delete-policy: before-hook-creation
    helm.sh/hook-weight: "2"

Does skaffold support Helm hooks?
I can remove those annotation as they are customizable via values but the jobs seem to need to be run before the deployment is created/updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant