Skip to content

Commit

Permalink
Fixed typo in deploying-with-helm.mdx (#7416)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHuckvale committed Apr 13, 2022
1 parent 1a3a76e commit 71661a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: We walk through a Kubernetes deployment of Dagster using Helm.

Dagster publishes a [fully-featured Helm chart](https://github.com/dagster-io/dagster/tree/master/helm) to manage installing and running a production-grade Kubernetes deployment of Dagster. For each Dagster component in the chart, Dagster publishes a corresponding Docker image on [DockerHub](https://hub.docker.com/u/dagster).

## Prerequsites
## Prerequisites

`kubectl` should be configured with your desired Kubernetes cluster. You should understand [the basics of Helm](https://helm.sh/docs/), and Helm 3 should be installed. If you are creating your own user code images, Docker should be installed as well.

Expand Down

1 comment on commit 71661a7

@vercel
Copy link

@vercel vercel bot commented on 71661a7 Apr 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.