github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-025_validate_resource_ignore_differences/01-argocd-with-resource-ignore-difference.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: ArgoCD
     3  metadata:
     4    name: example-argocd
     5  spec:
     6    resourceIgnoreDifferences:
     7      all:
     8        jqPathExpressions:
     9            - xyz
    10            - abc
    11        jsonPointers:
    12            - xyz
    13            - abc
    14        managedFieldsManagers:
    15            - xyz
    16            - abc
    17      resourceIdentifiers:
    18        - group: apps
    19          kind: Deployment
    20          customization:
    21            jqPathExpressions:
    22              - xyz
    23              - abc
    24            jsonPointers:
    25              - xyz
    26              - abc
    27            managedFieldManagers:
    28              - xyz
    29              - abc
    30        - group: batch
    31          kind: jobs
    32          customization:
    33            jqPathExpressions:
    34              - xyz
    35              - abc
    36            jsonPointers:
    37              - xyz
    38              - abc
    39            managedFieldsManagers:
    40              - xyz
    41              - abc