Skip to content

Commit

Permalink
Update kubernetes-deploy.md (#3964)
Browse files Browse the repository at this point in the history
Added the missing `-k` flag in the Kubernetes Deploy docs.

Signed-off-by: Yetkin Timocin <ytimocin@microsoft.com>
  • Loading branch information
ytimocin authored Jan 21, 2024
1 parent 4a528ad commit 18785e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ To use Mariner-based images for Dapr, you need to add `-mariner` to your Docker
In the Dapr CLI, you can switch to using Mariner-based images with the `--image-variant` flag.

```sh
dapr init --image-variant mariner
dapr init -k --image-variant mariner
```

{{% /codetab %}}
Expand Down

0 comments on commit 18785e4

Please sign in to comment.