Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions apps/appsets/project-understack-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: understack-infra
# Finalizer that ensures that project is not deleted until it is not referenced by any application
finalizers:
- resources-finalizer.argocd.argoproj.io
# we do not want the finalizer here as it deletes all resources as
# they move between AppProject's
spec:
sourceRepos:
- '*'
Expand Down
5 changes: 2 additions & 3 deletions apps/appsets/project-understack-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: understack-operators
# Finalizer that ensures that project is not deleted until it is not referenced by any application
finalizers:
- resources-finalizer.argocd.argoproj.io
# we do not want the finalizer here as it deletes all resources as
# they move between AppProject's
spec:
sourceRepos:
- '*'
Expand Down
5 changes: 2 additions & 3 deletions apps/appsets/project-understack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: understack
# Finalizer that ensures that project is not deleted until it is not referenced by any application
finalizers:
- resources-finalizer.argocd.argoproj.io
# we do not want the finalizer here as it deletes all resources as
# they move between AppProject's
spec:
sourceRepos:
- '*'
Expand Down