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: {
|
metadata: {
|
||||||
name: $.name,
|
name: $.name,
|
||||||
namespace: "argocd",
|
namespace: "argocd",
|
||||||
|
finalizers: ["resources-finalizer.argocd.argoproj.io"],
|
||||||
},
|
},
|
||||||
spec: {
|
spec: {
|
||||||
project: "baseline",
|
project: "baseline",
|
||||||
|
|
2
init.yml
2
init.yml
|
@ -37,6 +37,8 @@ spec:
|
||||||
- name: baseline
|
- name: baseline
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
project: baseline
|
project: baseline
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
source:
|
source:
|
||||||
repoURL: 'https://git.smsvc.net/k8s/baseline.git'
|
repoURL: 'https://git.smsvc.net/k8s/baseline.git'
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
|
Loading…
Reference in a new issue