apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: filebrowser namespace: argocd annotations: argocd.argoproj.io/tracking-id: filebrowser:argoproj.io/Application:argocd/filebrowser spec: destination: namespace: filebrowser server: https://kubernetes.default.svc project: default source: path: filebrowser repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests targetRevision: HEAD syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true