⚠️ The flux-kluctl-controller is deprecated⚠️ Please migrate to the new Kluctl Controller
The migration guide can be found here
The Flux Kluctl Controller can currently be either installed via Kustomize or via Helm.
You can install the Flux Kluctl Controller by running the following command:
kustomize build "https://github.com/kluctl/flux-kluctl-controller/config/install?ref=v0.16.5" | kubectl apply -f-
⚠️ The flux-kluctl-controller is deprecated⚠️ New Helm Charts will not be released!
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 flux-kluctl-controller kluctl/flux-kluctl-controller