FEAT: add finalizers to applications
This commit is contained in:
parent
ae6c73a238
commit
2b8efdd3a4
2 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
metadata: {
|
||||
name: $.name,
|
||||
namespace: "argocd",
|
||||
finalizers: ["resources-finalizer.argocd.argoproj.io"],
|
||||
},
|
||||
spec: {
|
||||
project: "baseline",
|
||||
|
|
2
init.yml
2
init.yml
|
@ -37,6 +37,8 @@ spec:
|
|||
- name: baseline
|
||||
namespace: argocd
|
||||
project: baseline
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
source:
|
||||
repoURL: 'https://git.smsvc.net/k8s/baseline.git'
|
||||
targetRevision: HEAD
|
||||
|
|
Loading…
Reference in a new issue