The Wayback Machine - https://web.archive.org/web/20211112115444/https://github.com/topics/sidecar
Skip to content
#

sidecar

Here are 153 public repositories matching this topic...

dapr
subash89
subash89 commented Nov 9, 2021

I am trying to pass NO_PROXY to daprd via dapr.io/env. This annotation allows to pass multiple key=value pairs separated by commas. a Example dapr.io/env: "HTTP_PROXY="http://myproxy.com\",NO_PROXY= "localhost,127.0.0.1,.amazonaws.com""

When my pod deployed, and inspect the daprd container, NO_PROXY environment variable is set, but only the localhost value is there.
Looks like the String s

Improve this page

Add a description, image, and links to the sidecar topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sidecar topic, visit your repo's landing page and select "manage topics."

Learn more