This message was deleted.
# fleet
a
This message was deleted.
s
it is possible, as long as it's in the same cluster
s
As long as it's in the same cluster? What do you mean?
i
There is a
gitrepo.yaml
resource and
fleet.yaml
resource. A
gitrepo.yaml
resource defines where the resource(s) are located and the
fleet.yaml
defines how to deploy said resource(s). It is possible, it just depends how you configure your deployment (aka fleet manifests). It makes a lot of sense to separate everything, is there a specific need for having a single of each?
s
@salmon-morning-84088 afaik (and what I've tried), I need to make a new GitRepo for different cluster in Rancher2, for example if there are 2 clusters, I need to make 2 GitRepos. CMIIW though
s
I have a gitrepo and each application is under a specific path - I define the same repo multiple times for different path/cluster combinations to give me what I need....each path contains a fleet.yaml and the cluster customizations.