fluxcd / flux2-kustomize-helm-example

A GitOps workflow example for multi-env deployments with Flux, Kustomize and Helm.
https://fluxcd.io
Apache License 2.0
933 stars 992 forks source link

What is the purpose of clusters/[cluster]/infrastructure.yaml #71

Closed benfoster closed 1 year ago

benfoster commented 1 year ago

My understanding of the file is that it monitors for changes in the current repository (flux-system defined during bootstrapping) and then apply the kustomizations in the root /infrastructure folder. Is that correct?

Secondly, is this task not already handled by gotk-sync.yaml generated during bootstrapping?

Thanks for such a well structured example. It's been very helpful in learning flux.