Merge branch 'v1.12' into template-k8s

This commit is contained in:
Hannah Hunter 2023-10-10 09:14:26 -04:00 committed by GitHub
commit 4b7ab5fd20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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