Skip to main content

infra/argocd/apps/root.yaml

Metadata

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: anchor-root
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/your-org/anchor-msp.git
targetRevision: main
path: infra/argocd/apps/children
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true