Skip to main content

infra/argocd/apps/children/dev.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-dev
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/your-org/anchor-msp.git
targetRevision: main
path: infra/helm/platform
helm:
valueFiles:
- values.yaml
- environments/dev/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: anchor-dev
syncPolicy:
automated:
prune: true
selfHeal: true