GoogleContainerTools / GoogleContainerTools/skaffold
Skaffold hangs on deploying job with Helm hook
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
Hey, I am trying to deploy [zitadel](https://github.com/zitadel/zitadel-charts) 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.
Contributor guide
Assessment
This issue has not been assessed yet.