Fix profiling flag example (#1675)

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
This commit is contained in:
Bernd Verst 2021-07-22 15:08:13 -07:00 committed by GitHub
parent 4f3b5a502d
commit 20c2de3736
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