Allow support for helm to recreate pods #289
Labels
area/deploy
deploy/helm
kind/feature-request
priority/p3
agreed that this would be good to have, but no one is available at the moment.
Developing eg NodeJs using helm mechanism, skaffold detects changes and rebuild but helm doesn't recreate pods. With additional flag to recreate pods this would be possible.
Same for other flags eg dep-up.
Suggestion:
deploy:
helm:
releases:
- name: hello-world
chartPath: charts/hello-world
namespace: skaffold
args:
- recreate-pods
- dep-up
The text was updated successfully, but these errors were encountered: