skaffold render output is not same as skaffold run manifests while using helm --post-renderer flag #6552
Labels
area/render
deploy/helm
kind/bug
Something isn't working
priority/p3
agreed that this would be good to have, but no one is available at the moment.
Expected behavior
skaffold render
creates and displays the same manifests as will be deployed usingskaffold run
Actual behavior
skaffold render
- ignores--post-renderer
helm flag, therefore post-rendering step is skipped while executingskaffold run
it executes fineInformation
This behavior is related to the missing option for setting flags for
helm template
command (only install/upgrade) in the configuration which is executed during skaffold renderThe text was updated successfully, but these errors were encountered: