Skip to content

Commit

Permalink
Update workflows.yaml to reflect new workflow paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Keay committed Sep 11, 2024
1 parent 9046c93 commit b9b7240
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/appsets/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ spec:
sources:
- repoURL: '{{index .metadata.annotations "uc_repo_git_url"}}'
targetRevision: '{{index .metadata.annotations "uc_repo_ref"}}'
path: 'argo-workflows'
path: 'workflows/argo-events'
directory:
recurse: true
include: '{generic/deps/*.yaml,shared-sensors/*.yaml,*/sensors/*.yaml,*/workflowtemplates/*.yaml}'
exclude: '{example-feature/*,*/*/*example*}'
include: '{roles/*.yaml,secrets/*.yaml,sensors/*yaml,eventsources/*.yaml,workflowtemplates/*.yaml}'
- repoURL: '{{index .metadata.annotations "uc_deploy_git_url"}}'
targetRevision: '{{index .metadata.annotations "uc_deploy_ref"}}'
path: 'argo-workflows'
Expand Down

0 comments on commit b9b7240

Please sign in to comment.