Skip to content

Commit

Permalink
Merge pull request #3796 from mikeee/mikeee-fix-dashboard-conflict
Browse files Browse the repository at this point in the history
fix dashboard helm release name conflict
  • Loading branch information
hhunter-ms authored Oct 10, 2023
2 parents d499542 + 31d1270 commit 643237a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 643237a

Please sign in to comment.