We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f94da2 commit d52a9b1Copy full SHA for d52a9b1
docs/install.md
@@ -16,4 +16,10 @@ kubectl create ns kluctl-system
16
kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.5.3" | kubectl apply -f-
17
```
18
19
-Helm Charts will be supported in the near future.
+## 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