apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: searxng namespace: argocd spec: project: default source: repoURL: https://gitea.jsme.be/Jeffrey/Kubernetes-Manifests.git path: applications/searxng targetRevision: main directory: recurse: true destination: server: https://kubernetes.default.svc namespace: searxng syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - PruneLast=true ignoreDifferences: - group: "" kind: PersistentVolumeClaim jsonPointers: - /spec/volumeName