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
I'm running a Spin app that expects there to be a provided variable redis_endpoint. When I run this with the spintainer executor (basically just running a spin process in a container) I get the following error in the logs:
Error: provider error: no provider resolved required variable "redis_endpoint"
Caused by:
no provider resolved required variable "redis_endpoint"
When I run it with the shim I see no errors in the logs and nothing in the k8s events. We should bubble up this error somewhere.
The text was updated successfully, but these errors were encountered:
I'm running a Spin app that expects there to be a provided variable
redis_endpoint
. When I run this with the spintainer executor (basically just running a spin process in a container) I get the following error in the logs:When I run it with the shim I see no errors in the logs and nothing in the k8s events. We should bubble up this error somewhere.
The text was updated successfully, but these errors were encountered: