Skip to content

Dapr namespace different to defined namespace#327

Description

@derchirurg

馃敟 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions