apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: kyverno-core namespace: argocd annotations: argoproj.io/sync-wave: "-10" spec: project: default source: repoURL: https://github.com/gwg313/homelab-gitops.git targetRevision: main path: platform/kyverno/core destination: server: https://kubernetes.default.svc namespace: kyverno syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true - RespectIgnoreDifferences=true ignoreDifferences: - group: apiextensions.k8s.io kind: CustomResourceDefinition jsonPointers: - /metadata/labels - /metadata/annotations