When I perform aspirate apply (tried both, generated statestore.yaml as well as replacing it with content from components/statestore.yaml) The application's sidecar could not reach dapr statestore
Can someone explain if I am doing something wrong here?
Thanks
🔥 Bug Description
Dapr state store (redis) when deployed using aspirate, is not recognized by application's sidecar
🔍 Steps to Reproduce the Bug
Refer the repo: https://github.com/spicycoder/Despirate I have a simple Aspire + Dapr application Trying to save (and read) state into dapr state store
I have
components/statestore.yaml
, content belowAnd the AppHost's Program.cs file looks like
But
aspirate generate
producesdapr/statestore.yaml
as below, which appears to be different fromcomponents/statestore.yaml
When I perform
aspirate apply
(tried both, generated statestore.yaml as well as replacing it with content from components/statestore.yaml) The application's sidecar could not reach dapr statestoreCan someone explain if I am doing something wrong here? Thanks