mumoshu/terraform-provider-eksctl

Gitops example

Closed this issue · 2 comments

Is there an example of how you would apply gitops via fluxCD so that terraform can create the cluster unattended?

@bainss Hey! Sorry for the delayed response. Yes - see examples like

git:
repo:
url: "git@github.com:mumoshu/gitops-demo.git"
branch: master
fluxPath: "flux/"
user: "gitops"
email: "gitops@myorg.com"
## Uncomment this when `commitOperatorManifests: true`
#privateSSHKeyPath: /path/to/your/ssh/key
operator:
commitOperatorManifests: false
namespace: "flux"
readOnly: true

Marking as resolved based on mumoshu response. Reopen if that example wasn't enough