apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: dbiz-secrets-dev namespace: argocd spec: project: default source: repoURL: https://git.renolation.com/renolation/argo-k8s.git targetRevision: main path: envs/dev/sealed-secrets directory: recurse: true destination: server: https://kubernetes.default.svc namespace: dbiz syncPolicy: automated: prune: true selfHeal: true