You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skaffold currently only watches for changes happening within a Dockerfile. Since Skaffold already supports helm deployments, it would be great if the helm chart location could be identified as an artifact so if the chart templates are changed, it would kick off a new build.
I am currently working around this by copying the chart itself to the docker image. obviously not a permanent solution since this bloats the final docker image.
The text was updated successfully, but these errors were encountered:
Skaffold currently only watches for changes happening within a Dockerfile. Since Skaffold already supports helm deployments, it would be great if the helm chart location could be identified as an artifact so if the chart templates are changed, it would kick off a new build.
I am currently working around this by copying the chart itself to the docker image. obviously not a permanent solution since this bloats the final docker image.
The text was updated successfully, but these errors were encountered: