argocd-apps/clusters/au-syd1/bootstrap/au-syd1-apps.yaml
Ben Vincent 4ebdfbaff4 feat: add root-app for au-syd1 (#1)
enable argocd to self-deploy using the app of apps method

- add root-application deployed from bootstrap process

Reviewed-on: #1
2026-03-01 14:45:29 +11:00

20 lines
399 B
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: au-syd1-apps
namespace: argocd
spec:
project: default
source:
repoURL: https://git.unkin.net/unkin/argocd-apps
targetRevision: HEAD
path: clusters/au-syd1/apps
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true