quick save

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2022-04-14 11:26:16 -05:00
parent e6828cec48
commit 01dcb96301
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ You can also specify a specific runtime version.
dapr init -k --runtime-version 1.4.0
```
You can configure a set of [Helm Chart values](https://github.com/dapr/dapr/tree/master/charts/dapr#configuration) during Dapr installation to help set up a Kubernetes cluster.
Use the `--set` flag to configure a set of [Helm Chart values](https://github.com/dapr/dapr/tree/master/charts/dapr#configuration) during Dapr installation to help set up a Kubernetes cluster.
```bash
dapr init -k --set global.tag=1.0.0 --set dapr_operator.logLevel=error