File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
site/src/content/docs/guides Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,18 @@ Or if you would like to go straight to the latest commit:
1818kubectl 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.
You can’t perform that action at this time.
0 commit comments