Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
noahburrell0 committed Jan 30, 2024
1 parent a6c4a0e commit 588f675
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project-quickstart/templates/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: REPLACE_ME_NAME
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/sync-wave: "1"
spec:
project: default
syncPolicy:
Expand Down
2 changes: 2 additions & 0 deletions project-quickstart/templates/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: AppProject
metadata:
name: REPLACE_ME_PROJECT
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
sourceRepos:
- '*'
Expand Down

0 comments on commit 588f675

Please sign in to comment.