Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dapr Run File (dapr.yaml) sample is incorrect for env property #3778

Closed
philliphoff opened this issue Oct 3, 2023 · 1 comment
Closed

Dapr Run File (dapr.yaml) sample is incorrect for env property #3778

philliphoff opened this issue Oct 3, 2023 · 1 comment
Assignees
Labels
content/incorrect-information Content in the docs is incorrect
Milestone

Comments

@philliphoff
Copy link
Contributor

Describe the issue
The sample related to the Dapr Run FIle (dapr.yaml) shows an incorrect syntax for the env property.

The sample shows:

env:
  - DEBUG: false

...but should be:

env:
  DEBUG: false

URL of the docs
https://docs.dapr.io/developing-applications/local-development/multi-app-dapr-run/multi-app-template/#template-file-structure

Expected content

env:
  DEBUG: false

Screenshots
Screenshot 2023-10-03 at 10 22 26

@msfussell
Copy link
Member

Complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content/incorrect-information Content in the docs is incorrect
Projects
None yet
Development

No branches or pull requests

3 participants