-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Labels
P1good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededkind/bugSomething isn't workingSomething isn't workingpinnedtriaged/resolvedThe issue has been triagedThe issue has been triaged
Milestone
Description
when using multi-app run dapr run -f . you can set environment variables in dapr.yaml:
version: 1
apps:
- appID: api
appDirPath: ./services/api/
env:
MYAPP_API_PORT: 3000
command: ["yarn","run", "start"]
but this environment variable is missing from secret store
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededkind/bugSomething isn't workingSomething isn't workingpinnedtriaged/resolvedThe issue has been triagedThe issue has been triaged