Skip to content

Commit

Permalink
Corrected rendering of exports (#3035)
Browse files Browse the repository at this point in the history
Signed-off-by: Joao C Costa <joaocc@users.noreply.github.com>

Signed-off-by: Joao C Costa <joaocc@users.noreply.github.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
  • Loading branch information
joaocc and greenie-msft committed Jan 4, 2023
1 parent 57aae50 commit d9f56b9
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -64,9 +64,11 @@ There are some scenarios where it's necessary to install Dapr from a private Hel
- having a custom Dapr deployment
- pulling Helm charts from trusted registries that are managed and maintained by your organization

```
export DAPR_HELM_REPO_URL="https://helm.custom-domain.com/dapr/dapr"
export DAPR_HELM_REPO_USERNAME="username_xxx"
export DAPR_HELM_REPO_PASSWORD="passwd_xxx"
```

Setting the above parameters will allow `dapr init -k` to install Dapr images from the configured Helm repository.

Expand Down

0 comments on commit d9f56b9

Please sign in to comment.