Skip to content

Commit 4b7ab5f

Browse files
authored
Merge branch 'v1.12' into template-k8s
2 parents 45d3b47 + 643237a commit 4b7ab5f

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)