apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: whoogle
  namespace: argocd
spec:
  destination:
    namespace: whoogle
    server: https://kubernetes.default.svc
  project: apps
  source:
    path: apps-kustomized/whoogle
    repoURL: https://git.martyn.berlin/martyn/infra4talos
    targetRevision: HEAD
  syncPolicy:
    automated:
      selfHeal: true