Skip to content

Commit

Permalink
Remove link to deprecated controller
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Aug 14, 2024
1 parent a12196c commit 3e96c2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/en/blog/2023-02-28-managing-helm-with-kluctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,7 @@ These topics will however require another post, as it would be too much to be co
This post has shown the "push" flow of Kluctl by simply calling Kluctl from your local machine. The same flow can be
adapted to a pipeline based CI/CD system, e.g. Github Actions or Gitlab CI.

Kluctl also offers a pull based flow, implemented through the [Kluctl controller]({{% ref "docs/gitops" %}})
(GitHub repository is located [here](https://github.com/kluctl/flux-kluctl-controller)). This is comparable to how Flux
Kluctl also offers a pull based flow, implemented through the [Kluctl controller]({{% ref "docs/gitops" %}}). This is comparable to how Flux
does it, you deploy a `KluctlDeployment` custom resource and the controller handles reconciliation via periodic
deployments.

Expand Down

0 comments on commit 3e96c2b

Please sign in to comment.