Can I use mutiple source repo in Flux #5437
-
|
HI Team, Currently I am not able to use multiple source repo in git. Example : I have flux configured in my cluster where I am using it to reconcile my infra components. kube-system gitrepository/ashik Under my repo gitrepository/ashik I am only pointing a single branch , when I try to use multiple branch I am not able to do. Is it even possible in flux ? As per document in online i am not seeing anything useful. Why do I need this, With ArgoCD I can use multiple source , trying to replicate the same with flux but its not working |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Yes you can definitely have multiple sources with Flux. You just need to create multiple GitRepository objects (or any other Flux source object types, e.g. OCIRepository, Bucket, etc.). Flux won't let you create multiple sources in a single object, that's really bad design from Argo that we don't have here. |
Beta Was this translation helpful? Give feedback.
Yes you can definitely have multiple sources with Flux. You just need to create multiple GitRepository objects (or any other Flux source object types, e.g. OCIRepository, Bucket, etc.).
Flux won't let you create multiple sources in a single object, that's really bad design from Argo that we don't have here.