Skip to content

Commit

Permalink
fix: match chart name in docs to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronraysmith committed Oct 13, 2023
1 parent 82092e0 commit 7f47100
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ It is common practice to install additional infrastructure-related services in a
To use the Helm chart with custom values that includes path to files like the database SSL certificates, you need to pull the chart to your local directory first. You can do this with the following command:

```bash
helm pull oci://public.ecr.aws/zenml/zenml-server --version <VERSION> --untar
helm pull oci://public.ecr.aws/zenml/zenml --version <VERSION> --untar
```

Next, to customize the Helm chart for your deployment, you should create a copy of the `values.yaml` file that you can find at `./zenml-server/values.yaml` (let’s call this `custom-values.yaml`). You’ll use this as a template to customize your configuration. Any values that you don’t override you should simply remove from your `custom-values.yaml` file to keep it clean and compatible with future Helm chart releases.
Expand Down

0 comments on commit 7f47100

Please sign in to comment.