@@ -85,15 +85,16 @@ func (argo *ArgoClient) generateManifests(
85
85
tempRepoDir ,
86
86
source .TargetRevision ,
87
87
& repoapiclient.ManifestRequest {
88
- Repo : & argoappv1.Repository {Repo : source .RepoURL },
89
- AppLabelKey : argoSettings .AppLabelKey ,
90
- AppName : app .Name ,
91
- Namespace : app .Spec .Destination .Namespace ,
92
- ApplicationSource : & source ,
93
- KustomizeOptions : argoSettings .KustomizeOptions ,
94
- KubeVersion : cluster .Info .ServerVersion ,
95
- ApiVersions : cluster .Info .APIVersions ,
96
- TrackingMethod : argoSettings .TrackingMethod ,
88
+ Repo : & argoappv1.Repository {Repo : source .RepoURL },
89
+ AppLabelKey : argoSettings .AppLabelKey ,
90
+ AppName : app .Name ,
91
+ Namespace : app .Spec .Destination .Namespace ,
92
+ ApplicationSource : & source ,
93
+ KustomizeOptions : argoSettings .KustomizeOptions ,
94
+ KubeVersion : cluster .Info .ServerVersion ,
95
+ ApiVersions : cluster .Info .APIVersions ,
96
+ TrackingMethod : argoSettings .TrackingMethod ,
97
+ HasMultipleSources : app .Spec .HasMultipleSources (),
97
98
},
98
99
true ,
99
100
new (git.NoopCredsStore ),
0 commit comments