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 uses DOCKER_REGISTRY_ADDRESS from file, despite DOCKER_REGISTRY_ADDRESS being set in system envs. SKAFFOLD_DEFAULT_REPO however works just fine.
OS: Windows 11
Skaffold: v2.13.2
The text was updated successfully, but these errors were encountered:
My understanding is that Skaffold uses its own environment and so the only way to pass variables to Skaffold is either through skaffold.env or by using a command prefix like this:
MY_VAR=foo skaffold dev
Skaffold will not see the values from your native environment.
When using skaffold.env like this:
skaffold uses DOCKER_REGISTRY_ADDRESS from file, despite DOCKER_REGISTRY_ADDRESS being set in system envs. SKAFFOLD_DEFAULT_REPO however works just fine.
OS: Windows 11
Skaffold: v2.13.2
The text was updated successfully, but these errors were encountered: