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
This seems like a reasonable ask. However there seem to already be a few different ways of passing info from build to deploy. We'll probably need to be a bit more consistent.
skaffold.yaml:
If I have already built the images I need to provide
--image
for every artifact:So if
skaffold deploy
supported-t
like other commands, then this would become just:and the
skaffold deploy ...
command wouldn't need to know the artifacts.The text was updated successfully, but these errors were encountered: