feat: add finalizers to ArgoCD application spec
This commit is contained in:
parent
a11b6adeb2
commit
abfbd74f0c
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ kind: Application
|
|||
metadata:
|
||||
name: cluster-deployments
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
|
|
Loading…
Reference in a new issue