Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 701 Bytes

install.md

File metadata and controls

25 lines (20 loc) · 701 Bytes

Installation

The Template Controller can currently only be installed via kustomize:

kubectl create ns kluctl-system
kustomize build "https://github.com/kluctl/template-controller/config/install?ref=v0.8.1" | kubectl apply -f-

Helm

A Helm Chart for the controller is also available here. To install the controller via Helm, run:

$ helm repo add kluctl https://kluctl.github.io/charts
$ helm install template-controller kluctl/template-controller