Skip to content

Commit

Permalink
docs: add helm chart instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 25, 2024
1 parent 5b8e483 commit 53600ef
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion site/src/content/docs/guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,18 @@ Or if you would like to go straight to the latest commit:
kubectl apply -k https://github.com/FyraLabs/chisel-operator
```

Yup, that's it.
## Helm

To install using Helm, you can use the Chisel Operator Helm chart from the OCI registry:

```bash
helm install chisel-operator oci://ghcr.io/fyralabs/chisel-operator/chisel-operator
```

You can configure the helm chart values by creating a `values.yaml` file and passing it to the `helm install` command:

```bash
helm install chisel-operator oci://ghcr.io/fyralabs/chisel-operator/chisel-operator -f values.yaml
```

See [the Helm chart directory](https://github.com/FyraLabs/chisel-operator/tree/main/charts/chisel-operator) for more information on the Helm chart.

0 comments on commit 53600ef

Please sign in to comment.