File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -241,8 +241,8 @@ The Usage ensures ArgoCD CRDs stay alive until all ArgoCD Application CRs are cl
241241| `repository.template.repository` | string | no | — | Template repo name |
242242| `repository.topics` | []string | no | `[]` | Repository topics |
243243| `repository.deleteBranchOnMerge` | boolean | no | `true` | Auto-delete head branches on merge |
244- | `applications.projects .enabled` | boolean | no | `true` | Deploy the root Projects Application |
245- | `applications.projects .path` | string | no | `.gitops/deploy ` | Path in repo to sync |
244+ | `applications.apps .enabled` | boolean | no | `true` | Deploy the root app-of-apps Application |
245+ | `applications.apps .path` | string | no | `apps ` | Path in repo to sync |
246246| `applications.crossplane.enabled` | boolean | no | `false` | Deploy Crossplane integration apps |
247247
248248**ArgoCD chart defaults** (merged with `argocd.values`):
Original file line number Diff line number Diff line change 2121 installationIdKey : installationId
2222 privateKeyKey : privateKey
2323 applications :
24- projects :
24+ apps :
2525 enabled : true
26- path : .gitops/deploy
26+ path : apps
Original file line number Diff line number Diff line change 2424 ingress :
2525 enabled : false
2626 applications :
27- projects :
27+ apps :
2828 enabled : true
29- path : .gitops/deploy
29+ path : apps
3030 crossplane :
3131 enabled : true
Original file line number Diff line number Diff line change @@ -171,9 +171,9 @@ _items = [
171171 redis.resources.requests = {cpu = "10m" , memory = "32Mi" }
172172 }
173173 }
174- # Enable projects app to verify creation and ordered deletion
174+ # Enable apps Application to verify creation and ordered deletion
175175 applications = {
176- projects .enabled = True
176+ apps .enabled = True
177177 }
178178 }
179179 }
You can’t perform that action at this time.
0 commit comments