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:
|
metadata:
|
||||||
name: cluster-deployments
|
name: cluster-deployments
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
|
|
Loading…
Reference in a new issue