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

Not able to add custom environment variables in Multi-App Run template #3304

Closed
sebastianwessel opened this issue Mar 31, 2023 · 5 comments
Closed
Assignees
Labels
content/incorrect-information Content in the docs is incorrect P1
Milestone

Comments

@sebastianwessel
Copy link

Describe the issue
The example mentioned, how to add environment variables in Multi-App Run template.

env:
      - DEBUG: false

This is not working: Incorrect type. Expected "string".yaml-schema

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

Expected content
It should be possible to add custom environment variables via config

@sebastianwessel sebastianwessel added the content/incorrect-information Content in the docs is incorrect label Mar 31, 2023
@msfussell msfussell added this to the 1.11 milestone Jun 1, 2023
@msfussell msfussell added the P1 label Jun 1, 2023
@msfussell
Copy link
Member

@mukundansundar - Could you take a look at this?

@msfussell msfussell modified the milestones: 1.11, 1.12 Jun 5, 2023
@hhunter-ms
Copy link
Collaborator

@mukundansundar friendly bump

@mukundansundar
Copy link
Contributor

@sebastianwessel This is currently possible.
But the value should be given as

env:
  DEBUG: false

see #3778

@sebastianwessel
Copy link
Author

Ahhh, yes.
I've seen the linked issue.
I was stupidly copy&paste the example.
Than you can close the issue.

Thanks @mukundansundar

@mukundansundar
Copy link
Contributor

closing in favor of #3778

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 P1
Projects
None yet
Development

No branches or pull requests

4 participants