From 55d345bcdc352867296e9a865ed23df53c2e7059 Mon Sep 17 00:00:00 2001 From: "Elamaran (Ela) Shanmugam" <51791117+elamaran11@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:27:57 -0400 Subject: [PATCH] Update multi-cluster-pipeline.ts --- lib/crossplane-argocd-gitops/multi-cluster-pipeline.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/crossplane-argocd-gitops/multi-cluster-pipeline.ts b/lib/crossplane-argocd-gitops/multi-cluster-pipeline.ts index 30d52516..fa671cc4 100644 --- a/lib/crossplane-argocd-gitops/multi-cluster-pipeline.ts +++ b/lib/crossplane-argocd-gitops/multi-cluster-pipeline.ts @@ -162,7 +162,8 @@ export default class MultiClusterPipelineConstruct { .repository({ targetRevision : gitProps.revision, credentialsSecretName: gitProps.secretName, - repoUrl: gitProps.repoName + repoUrl: gitProps.repoName, + trigger: blueprints.GitHubTrigger.POLL } ) .wave({ id: `mgmt-cluster-stage`, stages: mgmtStage })