Skip to content

Commit 9f93a31

Browse files
committed
fix: more projects -> apps
1 parent a0a8078 commit 9f93a31

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`):

examples/gitopsstacks/eso.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ spec:
2121
installationIdKey: installationId
2222
privateKeyKey: privateKey
2323
applications:
24-
projects:
24+
apps:
2525
enabled: true
26-
path: .gitops/deploy
26+
path: apps

examples/gitopsstacks/standard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ spec:
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

tests/e2etest-gitops/main.k

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)