馃敟 Bug Description
If developing a dapr solution, it is currently not possible to deploy the application and the dapr dependencies in the same namespace.
The Dapr dependencies are always deployed to the namespace "dapr-system". This is caused by dapr init -k.
Maybe it would be great to deploy the dapr components to the same namespace as defined in the aspirate manifest.
e.g. dapr init -k -n <namespace>
馃攳 Steps to Reproduce the Bug
Generate and apply dapr application.
馃Н Possible Solution
Use dapr init -k -n <namespace> in src/Aspirate.Services/Implementations/DaprCliService.cs
馃敟 Bug Description
If developing a dapr solution, it is currently not possible to deploy the application and the dapr dependencies in the same namespace.
The Dapr dependencies are always deployed to the namespace "dapr-system". This is caused by
dapr init -k.Maybe it would be great to deploy the dapr components to the same namespace as defined in the aspirate manifest.
e.g.
dapr init -k -n <namespace>馃攳 Steps to Reproduce the Bug
Generate and apply dapr application.
馃Н Possible Solution
Use
dapr init -k -n <namespace>in src/Aspirate.Services/Implementations/DaprCliService.cs