File tree Expand file tree Collapse file tree 3 files changed +10344
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10344
-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 : glasskube
5+ namespace : argocd
6+ spec :
7+ destination :
8+ server : https://kubernetes.default.svc
9+ project : default
10+ source :
11+ path : glasskube/argocd/glasskube
12+ repoURL : https://github.com/pmig/trieve
13+ targetRevision : pmig/gcp-hn-migration
14+ syncPolicy :
15+ syncOptions :
16+ - ApplyOutOfSyncOnly=true
17+ automated :
18+ prune : true
19+ selfHeal : true
Original file line number Diff line number Diff line change 1+ apiVersion : argoproj.io/v1alpha1
2+ kind : ApplicationSet
3+ metadata :
4+ name : applications
5+ namespace : argocd
6+ spec :
7+ goTemplate : true
8+ goTemplateOptions : ["missingkey=error"]
9+ generators :
10+ - git :
11+ repoURL : https://github.com/pmig/trieve
12+ revision : pmig/gcp-hn-migration
13+ directories :
14+ - path : ' glasskube/packages/*'
15+ template :
16+ metadata :
17+ name : ' {{ .path.basename }}'
18+ spec :
19+ project : default
20+ source :
21+ repoURL : https://github.com/pmig/trieve
22+ targetRevision : pmig/gcp-hn-migration
23+ path : ' {{.path.path}}'
24+ destination :
25+ server : https://kubernetes.default.svc
26+ syncPolicy :
27+ automated :
28+ prune : true
29+ selfHeal : true
You can’t perform that action at this time.
0 commit comments