helm deploy of job #3864
Labels
area/deploy
deploy/helm
has-workaround
kind/bug
Something isn't working
priority/p2
May take a couple of releases
Expected behavior
skaffold dev
for deploy type helm with kubernetes job resources should be possible.Actual behavior
skaffold dev terminates with error "The Job is invalid... field is immutable" when the job has to be redeployed. The first deploy/install with same chart will be successful. This behaviour is same as in issue #891 but with helm3.
Information
Steps to reproduce the behavior
clone the skaffold repository and go to examples/helm-deployment
https://github.com/GoogleContainerTools/skaffold/examples/helm-deployment
copy & paste below content to a file
skaffold-helm/templates/job.yaml
skaffold dev
. the first deploy will run without issues.watching for changes
, save/update anyfile in the helm chart to make skaffold redeploy the resources.The text was updated successfully, but these errors were encountered: