---
title: "argocd automated sync"
description: "!none"
date: 2024-04-20
published: true
tags:
  - containers
  - kubernetes
  - thought
template: link
---


<!-- embed not found: none -->
![[none]]

```  yaml
---

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: kanboard
  namespace: argocd
spec:
  project: default
  destination:
    namespace: kanboard
    server: 'https://kubernetes.default.svc'
  source:
    path: kanboard
    repoURL: 'https://github.com/waylonwalker/homelab-argo'
    targetRevision: HEAD
  syncPolicy:
    automated:
      prune: true
```
