Merge branch 'v1.3' into ds-ha

This commit is contained in:
Ori Zohar 2021-07-22 15:08:19 -07:00 committed by GitHub
commit 93aacf8f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ To enable profiling in Standalone mode, pass the `--enable-profiling` and the `-
Note that `profile-port` is not required, and if not provided Dapr will pick an available port.
```bash
dapr run --enable-profiling true --profile-port 7777 python myapp.py
dapr run --enable-profiling --profile-port 7777 python myapp.py
```
### Kubernetes