File tree Expand file tree Collapse file tree 2 files changed +52
-1
lines changed
Expand file tree Collapse file tree 2 files changed +52
-1
lines changed Original file line number Diff line number Diff line change 1+ {{- if .Values.bootstrap.enabled }}
2+ apiVersion : argoproj.io/v1alpha1
3+ kind : AppProject
4+ metadata :
5+ name : bootstrap
6+ namespace : argocd
7+ spec :
8+ description : bootstrap project
9+ clusterResourceWhitelist :
10+ - group : ' *'
11+ kind : ' *'
12+ destinations :
13+ - namespace : ' *'
14+ server : ' *'
15+ sourceRepos :
16+ - ' *'
17+ ---
18+ apiVersion : argoproj.io/v1alpha1
19+ kind : Application
20+ metadata :
21+ name : bootstrap
22+ namespace : argocd
23+ annotations :
24+ argocd.argoproj.io/sync-wave : " -1"
25+ finalizers :
26+ - resources-finalizer.argocd.argoproj.io
27+ spec :
28+ project : bootstrap
29+ syncPolicy :
30+ automated :
31+ selfHeal : true
32+ prune : true
33+ syncOptions :
34+ - CreateNamespace=true
35+ ignoreDifferences :
36+ - group : argoproj.io
37+ kind : Application
38+ jsonPointers :
39+ - /spec/syncPolicy/automated
40+ destination :
41+ name : in-cluster
42+ namespace : bootstrap
43+ source :
44+ path : ' bootstrap/argocd'
45+ repoURL : https://github.com/locmai/humble.git
46+ targetRevision : " {{ .Values.bootstrap.targetRevision }}"
47+ {{- end }}
Original file line number Diff line number Diff line change 22 enabled : true
33 domain : " maibaloc.com"
44
5+ bootstrap :
6+ enabled : true
7+ targetRevision : main
8+
59system :
610 enabled : true
711 targetRevision : main
1620
1721external_apps :
1822 enabled : true
19- targetRevision : main
23+ targetRevision : main
You can’t perform that action at this time.
0 commit comments