infra/argocd/apps/root.yaml
Metadata
- Purpose: Argo CD GitOps application manifest or related documentation.
- Domain:
infrastructure - Language:
yaml - Bytes: 448
- Lines: 21
- Content hash (short):
63abf532 - Source (start): infra/argocd/apps/root.yaml:1
- Source (end): infra/argocd/apps/root.yaml:21
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