fix syntax issue

Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
mikeee 2024-02-07 18:59:44 +00:00
parent feb648081a
commit 470ae2b91b
No known key found for this signature in database
GPG Key ID: ACED13988580D50E
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ aliases:
Now that you've [installed the Dapr CLI]({{<ref install-dapr-cli.md>}}), use the CLI to initialize Dapr on your local machine.
To initialize dapr in your local (or remote) kubernetes cluster. [How to initialize dapr with redis and zipkin]({{<ref kubernetes-deploy.md#install-dapr-from-the-official-dapr-helm-chart-with-development-flag>}})
To initialize dapr in your local (or remote) kubernetes cluster. [How to initialize dapr with redis and zipkin]({{<ref "kubernetes-deploy.md#install-dapr-from-the-official-dapr-helm-chart-with-development-flag">}})
Dapr runs as a sidecar alongside your application. In self-hosted mode, this means it is a process on your local machine. By initializing Dapr, you: