Skip to content

Commit

Permalink
docs: fix link to executor helm chart (#12522)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Jan 31, 2025
1 parent 9f111f8 commit 4d5f3a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ In order to update the executor, ie. to deploy a new container version, you'll n

### Deploying on Kubernetes

The Helm chart [datahub-executor-worker](https://github.com/acryldata/datahub-executor-helm/tree/main/charts/datahub-executor-worker) can be used to deploy on a Kubernetes cluster. These instructions also apply for deploying to Amazon Elastic Kubernetes Service (EKS) or Google Kubernetes Engine (GKE).
The Helm chart [datahub-executor-worker](https://executor-helm.acryl.io/index.yaml) can be used to deploy on a Kubernetes cluster. These instructions also apply for deploying to Amazon Elastic Kubernetes Service (EKS) or Google Kubernetes Engine (GKE).

1. **Download Chart**: Download the [latest release](https://github.com/acryldata/datahub-executor-helm/releases) of the chart
1. **Download Chart**: Download the [latest release](https://executor-helm.acryl.io/index.yaml) of the chart
2. **Unpack the release archive**:
```
tar zxvf v0.0.4.tar.gz --strip-components=2
Expand Down

0 comments on commit 4d5f3a5

Please sign in to comment.