Skip to content

Commit 7c1664a

Browse files
Merge pull request #2 from jacobsee/enable-autosync
Enable autosync on the argo apps by default
2 parents a667839 + 9f8b76f commit 7c1664a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

gitlab-to-argo/files/application_template.j2

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ spec:
1313
repoURL: >-
1414
{{ item.ssh_url_to_repo }}
1515
targetRevision: "{{ target_revision }}"
16-
project: default
16+
project: default
17+
syncPolicy:
18+
automated:
19+
prune: true
20+
selfHeal: true

0 commit comments

Comments
 (0)