Argo CD — app-of-apps children
Add Application manifests here (one file per workload or group). The noble-root Application in the parent directory syncs this folder.
Example patterns:
- Helm:
spec.sourcewithchart,repoURL(Helm repo), andhelm.valueFilespointing at paths in the same git repo. - Kustomize / plain manifests:
spec.source.pathto a directory of YAML.
The historical clusters/noble/apps/* tree is written for manual helm upgrade; migrating each app to an Argo CD Application is optional follow-up work.