Skip to content

Commit c4f90d3

Browse files
committed
docs: add helm chart instructions
1 parent e3d5870 commit c4f90d3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

site/src/content/docs/guides/installation.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,18 @@ Or if you would like to go straight to the latest commit:
1818
kubectl apply -k https://github.com/FyraLabs/chisel-operator
1919
```
2020

21-
Yup, that's it.
21+
## Helm
22+
23+
To install using Helm, you can use the Chisel Operator Helm chart from the OCI registry:
24+
25+
```bash
26+
helm install chisel-operator oci://ghcr.io/fyralabs/chisel-operator/chisel-operator
27+
```
28+
29+
You can configure the helm chart values by creating a `values.yaml` file and passing it to the `helm install` command:
30+
31+
```bash
32+
helm install chisel-operator oci://ghcr.io/fyralabs/chisel-operator/chisel-operator -f values.yaml
33+
```
34+
35+
See [the Helm chart directory](https://github.com/FyraLabs/chisel-operator/tree/main/charts/chisel-operator) for more information on the Helm chart.

0 commit comments

Comments
 (0)