Skip to content

Commit d52a9b1

Browse files
committed
docs: Add documentation about Helm Chart
1 parent 8f94da2 commit d52a9b1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/install.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,10 @@ kubectl create ns kluctl-system
1616
kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.5.3" | kubectl apply -f-
1717
```
1818

19-
Helm Charts will be supported in the near future.
19+
## Helm
20+
A Helm Chart for the controller is also available [here](https://github.com/kluctl/charts/tree/main/charts/template-controller).
21+
To install the controller via Helm, run:
22+
```shell
23+
$ helm repo add kluctl https://kluctl.github.io/charts
24+
$ helm install template-controller kluctl/template-controller
25+
```

0 commit comments

Comments
 (0)