Replies: 1 comment 7 replies
-
That Helm chart only installs Flux, it doesn't setup the sync with Git. I recommend using flux-operator, here is the Terraform example for bootstrap: https://github.com/controlplaneio-fluxcd/flux-operator/tree/main/config/terraform |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am installing a talos cluster via terraform and then deploy the flux helm chart. While flux seems to be running, it just does not bootstrap the cluster from the provided github repo. I am looking for some docs, example or help. I feel a little lost atm.
But maybe it is the wrong approach? I found
https://fluxcd.io/flux/installation/#bootstrap-with-terraform
https://github.com/fluxcd/terraform-provider-flux?tab=readme-ov-file
https://github.com/fluxcd/terraform-provider-flux/tree/main/examples/github-via-pat
https://github.com/fluxcd/terraform-provider-flux/tree/main/examples/github-via-ssh
#2326
...if so - why wouldn't the helm chart work?
Here are logs and some
kubectl
outputsBeta Was this translation helpful? Give feedback.
All reactions