Files
launchpad/argocd/_app-of-apps.yaml
Danijel Simeunovic bec3b6310a reorg
2026-02-08 10:42:10 +01:00

26 lines
528 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-of-apps
namespace: argocd
labels:
scope: infra
spec:
project: default
source:
repoURL: https://github.com/fortedigital/sturdy-adventure.git
targetRevision: HEAD
path: argocd
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- Validate=true
- ServerSideApply=true
timeout: 300s