apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
  name: apps
  namespace: argocd
spec:
  clusterResourceWhitelist:
    - group: '*'
      kind: '*'
  clusterResourceBlacklist:
    - group: cilium.io
      kind: CiliumIdentity
  description: everything non-infra
  sourceRepos:
    - https://git.martyn.berlin/martyn/infra4talos.git
    - https://k8s-at-home.com/charts/
    - https://charts.bitnami.com/bitnami
    - https://charts.gabe565.com
  destinations:
    - name: '*'
      namespace: '*'
      server: https://kubernetes.default.svc