apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: network-secrets namespace: argocd annotations: argocd.argoproj.io/sync-wave: "-1" spec: project: default source: repoURL: https://gitea.nik4nao.com/nik/homelab.git targetRevision: main path: manifests/network directory: include: '*-sealed.yaml' destination: server: https://kubernetes.default.svc namespace: pihole syncPolicy: automated: prune: false selfHeal: true syncOptions: - CreateNamespace=true