Updates Dapr Helm repo location (#826)

This commit is contained in:
Mark Chmarny 2020-09-25 10:43:01 -07:00 committed by GitHub
parent 479a1b7e84
commit ddc8f61ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ fluentd-sdrld 1/1 Running 0 14s
1. Install Dapr with enabling JSON-formatted logs
```bash
helm repo add dapr https://daprio.azurecr.io/helm/v1/repo
helm repo add dapr https://dapr.github.io/helm-charts/
helm repo update
helm install dapr dapr/dapr --namespace dapr-system --set global.logAsJson=true
```