We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
@mukundansundar - Could you take a look at this?
Sorry, something went wrong.
@mukundansundar friendly bump
@sebastianwessel This is currently possible. But the value should be given as
env: DEBUG: false
see #3778
Ahhh, yes. I've seen the linked issue. I was stupidly copy&paste the example. Than you can close the issue.
Thanks @mukundansundar
closing in favor of #3778
mukundansundar
No branches or pull requests
Describe the issue
The example mentioned, how to add environment variables in Multi-App Run template.
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
The text was updated successfully, but these errors were encountered: