Hi @here, What is your recommended layout for flee...
# fleet
d
Hi @here, What is your recommended layout for fleet GitRepo? • have a GitRepo for each bundle, even if they are in the same git repository?
Copy code
- bundles/
   - bundle 1            <-- GitRepo
     fleet.yaml
   - bundle 2            <-- GitRepo
     fleet.yaml
• have a single GitRepo for a git repository, with many bundles under?
Copy code
- bundles/               <-- GitRepo
   - bundle 1
     fleet.yaml
   - bundle 2
     fleet.yaml