update helm del (#65)

This commit is contained in:
Yaron Schneider 2019-10-07 09:07:47 -07:00 committed by GitHub
parent 2f7df17597
commit 35bc95caaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ dapr-sidecar-injector-8555576b6f-29cqm 1/1 Running 0 40s
#### Uninstall Dapr on Kubernetes
```bash
helm del -n dapr
helm del --purge -n dapr
```
> **Note:** See [here](https://github.com/dapr/dapr/blob/master/charts/dapr-operator/README.md) for details on Dapr helm charts.