File tree Expand file tree Collapse file tree 2 files changed +32
-20
lines changed
clusters/argo-svc.dd.soeren.cloud Expand file tree Collapse file tree 2 files changed +32
-20
lines changed Original file line number Diff line number Diff line change 1
- ---
2
1
apiVersion : argoproj.io/v1alpha1
3
- kind : Application
2
+ kind : ApplicationSet
4
3
metadata :
5
- name : " k8s- infra"
4
+ name : " infra"
6
5
namespace : " argocd"
7
- annotations :
8
- argocd.argoproj.io/sync-wave : " 2"
9
6
spec :
10
- project : " k8s-infra"
11
- source :
12
- repoURL : " https://github.com/soerenschneider/k8s-gitops.git"
13
- targetRevision : " HEAD"
14
- path : " clusters/argo-svc.dd.soeren.cloud/k8s-infra"
15
- destination :
16
- server : " https://kubernetes.default.svc"
17
- syncPolicy :
18
- automated :
19
- prune : true
20
- selfHeal : true
7
+ goTemplate : true
8
+ goTemplateOptions :
9
+ - " missingkey=error"
10
+ generators :
11
+ - git :
12
+ repoURL : " https://github.com/soerenschneider/k8s-gitops.git"
13
+ revision : " HEAD"
14
+ directories :
15
+ - path : " clusters/argo-svc.dd.soeren.cloud/k8s-infra/*"
16
+ template :
17
+ metadata :
18
+ name : ' {{.path.basename}}'
19
+ namespace : " argocd"
20
+ annotations :
21
+ argocd.argoproj.io/sync-wave : " 3"
22
+ spec :
23
+ project : " infra"
24
+ source :
25
+ repoURL : " https://github.com/soerenschneider/k8s-gitops.git"
26
+ targetRevision : " HEAD"
27
+ path : ' {{.path.path}}'
28
+ destination :
29
+ server : " https://kubernetes.default.svc"
30
+ namespace : ' {{.path.basename}}'
31
+ syncPolicy :
32
+ automated :
33
+ prune : true
34
+ selfHeal : true
Original file line number Diff line number Diff line change 1
1
---
2
2
apiVersion : kustomize.config.k8s.io/v1beta1
3
3
kind : Kustomization
4
- resources :
5
- - istio
6
- - openebs
7
- - reloader
4
+ components :
5
+ - ../../../../infra/priority
You can’t perform that action at this time.
0 commit comments