mirror of https://github.com/dapr/docs.git
Merge pull request #3796 from mikeee/mikeee-fix-dashboard-conflict
fix dashboard helm release name conflict
This commit is contained in:
commit
643237af46
|
@ -201,7 +201,7 @@ helm repo add dapr https://dapr.github.io/helm-charts/
|
|||
helm repo update
|
||||
kubectl create namespace dapr-system
|
||||
# Install the Dapr dashboard
|
||||
helm install dapr dapr/dapr-dashboard --namespace dapr-system
|
||||
helm install dapr-dashboard dapr/dapr-dashboard --namespace dapr-system
|
||||
```
|
||||
|
||||
### Verify installation
|
||||
|
|
Loading…
Reference in New Issue