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
kp image save ... --env FOO=BAR will only append the FOO environment variable to the list of vars on the image resource. This may not be the behavior we want.
We do rely on this behavior currently and instead use --delete-env to delete things that are not needed. This might cause breakages for users who rely on this in CI/CD envs. for eg.
kp image save ... --env FOO=BAR
will only append theFOO
environment variable to the list of vars on the image resource. This may not be the behavior we want.Kpack issue: buildpacks-community/kpack#895
The text was updated successfully, but these errors were encountered: