apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: frigate namespace: argocd annotations: argocd.argoproj.io/sync-wave: "51" finalizers: - resources-finalizer.argocd.argoproj.io spec: project: applications sources: - repoURL: https://blakeblackshear.github.io/blakeshome-charts chart: frigate targetRevision: 7.8.0 helm: valueFiles: - $values/apps/frigate/values.yaml - repoURL: targetRevision: main ref: values - repoURL: targetRevision: main path: apps/frigate/manifests destination: server: https://kubernetes.default.svc namespace: frigate syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true