-
|
I have Installed Flux on my Kubernetes cluster and set up it to watch some git repository using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Flux doesn't automatically create any resources based exclusively on the existence of a The best way for you to get started would be to bootstrap Flux using |
Beta Was this translation helpful? Give feedback.
The
Kustomizationmanifest that's generated as part of the bootstrap process is the root of your GitOps deployment. From there you can go ahead and e.g. add manifests to theflux-system/kustomization.yaml. Flux will only reconcile what it is explicitly pointed to.