Skip to content

Commit 643237a

Browse files
authored
Merge pull request #3796 from mikeee/mikeee-fix-dashboard-conflict
fix dashboard helm release name conflict
2 parents d499542 + 31d1270 commit 643237a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/operations/hosting/kubernetes/kubernetes-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ helm repo add dapr https://dapr.github.io/helm-charts/
201201
helm repo update
202202
kubectl create namespace dapr-system
203203
# Install the Dapr dashboard
204-
helm install dapr dapr/dapr-dashboard --namespace dapr-system
204+
helm install dapr-dashboard dapr/dapr-dashboard --namespace dapr-system
205205
```
206206

207207
### Verify installation

0 commit comments

Comments
 (0)