apiVersion: argoproj.io/v1alpha1 kind: Application metadata: annotations: myks.dev/environment: production finalizers: - resources-finalizer.argocd.argoproj.io name: app-production-nextcloud namespace: argocd spec: destination: namespace: nextcloud server: https://kubernetes.default.svc ignoreDifferences: - group: batch jsonPointers: - /spec/selector - /spec/template/metadata/labels kind: Job project: env-production source: path: rendered/envs/production/nextcloud repoURL: ssh://git@git.tr1ceracop.de:222/gitea_admin/k8s-and-chill.git targetRevision: main syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true - RespectIgnoreDifferences=true