apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: metallb namespace: argo-cd spec: project: default source: chart: metallb repoURL: https://metallb.github.io/metallb targetRevision: 0.14.9 destination: namespace: metallb-system server: https://kubernetes.default.svc 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 syncPolicy: automated: prune: true selfHeal: true syncOptions: - ServerSideApply=true - RespectIgnoreDifferences=true - CreateNamespace=true