add finalizer
This commit is contained in:
parent
5eb1f1fc4a
commit
7ea40588a8
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: k8s-poc-demo
|
name: k8s-poc-demo
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|
Loading…
Reference in a new issue