apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: sealed-secrets namespace: argocd spec: project: default source: repoURL: https://gitea.whyredfire.tech/whyredfire/gitops targetRevision: main path: infra/sealed-secrets destination: server: https://kubernetes.default.svc syncPolicy: automated: prune: true selfHeal: true