Help me get into Flux2 #1532
Unanswered
budimanjojo
asked this question in
General
Replies: 1 comment 3 replies
-
There is no need to add a You may want to checkout how repos should be structured https://fluxcd.io/docs/guides/repository-structure/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, currently I'm using plain yaml manifests for my K8s cluster (I don't use Helm nor Kustomize). Here's how my current yaml files folder structure looks like:
Now, I have managed to successfully deploy flux2 components and cloned the git repo into my system using the Getting Started Guide. Here's how my current structure looks like (default everything):
My question is, can I just copy and paste the yaml manifests into the flux git repo and use a flux command to create the kustomization.yaml files for all the services? I read into the
flux create
cli command but I can't find any option to create kustomization file from manifest files. I want my flux repo structure to be like this (basically just copy the current structure into the default flux structure by namespace and add inkustomization.yaml
file into each app folder):Is this possible? Thanks before :)
Beta Was this translation helpful? Give feedback.
All reactions