apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: argo-app-metallb namespace: argocd spec: destination: name: '' namespace: default server: https://kubernetes.default.svc source: path: metallb repoURL: https://git.mziesel.nl/mans/argocd-test targetRevision: HEAD sources: [] project: default syncPolicy: automated: prune: true selfHeal: true ignoreDifferences: - group: "apiextensions.k8s.io" kind: CustomResourceDefinition name: bgppeers.metallb.io jsonPointers: - /spec/conversion/webhook/clientConfig/caBundle - group: "apiextensions.k8s.io" kind: CustomResourceDefinition name: addresspools.metallb.io jsonPointers: - /spec/conversion/webhook/clientConfig/caBundle