Skip to content

Commit 892e6bf

Browse files
committed
Revert "Fix missing finalizers in the ArgoCD app"
With projectsyn/component-argocd#287 we shouldn't need to manage the dynamically added ArgoCD finalizers on the ArgoCD app anymore. This reverts commit e676045.
1 parent 9b84d63 commit 892e6bf

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

component/app.jsonnet

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,5 @@ local appPath =
1111
if project == 'syn' then 'apps' else 'apps-%s' % project;
1212

1313
{
14-
['%s/backup-k8up' % appPath]: app {
15-
metadata+: {
16-
finalizers: [
17-
'resources-finalizer.argocd.argoproj.io',
18-
'post-delete-finalizer.argocd.argoproj.io',
19-
'post-delete-finalizer.argocd.argoproj.io/cleanup'
20-
],
21-
},
22-
},
14+
['%s/backup-k8up' % appPath]: app,
2315
}
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
metadata:
2-
finalizers:
3-
- resources-finalizer.argocd.argoproj.io
4-
- post-delete-finalizer.argocd.argoproj.io
5-
- post-delete-finalizer.argocd.argoproj.io/cleanup

0 commit comments

Comments
 (0)