Skip to content

Commit

Permalink
fix dashboard helm release name conflict
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Oct 9, 2023
1 parent 9f9deb7 commit 1d91cd2
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 1d91cd2

Please sign in to comment.