File tree 2 files changed +44
-0
lines changed
2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : argoproj.io/v1alpha1
2
+ kind : Application
3
+ metadata :
4
+ name : devops-toolkit-db
5
+ namespace : argocd
6
+ finalizers :
7
+ - resources-finalizer.argocd.argoproj.io
8
+ spec :
9
+ project : production
10
+ source :
11
+ path : devops-toolkit/db
12
+ repoURL : https://github.com/vfarcic/combine-infra-services-apps
13
+ targetRevision : HEAD
14
+ destination :
15
+ namespace : production
16
+ server : https://kubernetes.default.svc
17
+ syncPolicy :
18
+ automated :
19
+ selfHeal : true
20
+ prune : true
21
+ syncOptions :
22
+ - CreateNamespace=true
Original file line number Diff line number Diff line change
1
+ apiVersion : argoproj.io/v1alpha1
2
+ kind : Application
3
+ metadata :
4
+ name : devops-toolkit
5
+ namespace : argocd
6
+ finalizers :
7
+ - resources-finalizer.argocd.argoproj.io
8
+ spec :
9
+ project : production
10
+ source :
11
+ path : devops-toolkit/app
12
+ repoURL : https://github.com/vfarcic/combine-infra-services-apps
13
+ targetRevision : HEAD
14
+ destination :
15
+ namespace : production
16
+ server : https://1.2.3.4
17
+ syncPolicy :
18
+ automated :
19
+ selfHeal : true
20
+ prune : true
21
+ syncOptions :
22
+ - CreateNamespace=true
You can’t perform that action at this time.
0 commit comments