From 7f62f62a341e5afd7c9b0e00df6ee454395f1f2d Mon Sep 17 00:00:00 2001 From: Jacob See Date: Fri, 26 Jun 2020 16:11:10 -0700 Subject: [PATCH] Rollback autosync changes --- gitlab-to-argo/files/application_template.j2 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gitlab-to-argo/files/application_template.j2 b/gitlab-to-argo/files/application_template.j2 index 2b81a21..86c6c7c 100644 --- a/gitlab-to-argo/files/application_template.j2 +++ b/gitlab-to-argo/files/application_template.j2 @@ -13,8 +13,4 @@ spec: repoURL: >- {{ item.ssh_url_to_repo }} targetRevision: "{{ target_revision }}" - project: default - syncPolicy: - automated: - prune: true - selfHeal: true \ No newline at end of file + project: default \ No newline at end of file