Skip to content

Commit

Permalink
Update multi-cluster-pipeline.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaran11 authored Sep 10, 2024
1 parent 2902111 commit 55d345b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/crossplane-argocd-gitops/multi-cluster-pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand Down

0 comments on commit 55d345b

Please sign in to comment.