Skip to content

Commit 4e1bf48

Browse files
fix-helm-installation-command-in-docsite (#1142)
1 parent 5f27bec commit 4e1bf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/en/docs/installation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ kubectl apply --server-side -f https://github.com/kubernetes-sigs/jobset/release
5454
To install a released version of JobSet in your cluster using Helm, run the following command:
5555

5656
```shell
57-
helm install jobset oci://registry.k8s.io/jobset/charts/jobset --version $VERSION --create-namespace --namespace=jobset-system
57+
helm install jobset oci://registry.k8s.io/jobset/charts/jobset --version ${VERSION#v} --create-namespace --namespace=jobset-system
5858
```
5959

6060
For more HELM configurations options, follow the [instructions](https://github.com/kubernetes-sigs/jobset/tree/main/charts/jobset).

0 commit comments

Comments
 (0)