github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-025_validate_resource_ignore_differences/01-assert.yaml (about) 1 apiVersion: kuttl.dev/v1beta1 2 kind: TestAssert 3 timeout: 120 4 --- 5 apiVersion: argoproj.io/v1alpha1 6 kind: ArgoCD 7 metadata: 8 name: example-argocd 9 status: 10 phase: Available 11 --- 12 apiVersion: v1 13 kind: ConfigMap 14 metadata: 15 name: argocd-cm 16 data: 17 resource.customizations.ignoreDifferences.all: | 18 jqpathexpressions: 19 - xyz 20 - abc 21 jsonpointers: 22 - xyz 23 - abc 24 managedfieldsmanagers: 25 - xyz 26 - abc 27 resource.customizations.ignoreDifferences.apps_Deployment: | 28 jqpathexpressions: 29 - xyz 30 - abc 31 jsonpointers: 32 - xyz 33 - abc 34 managedfieldsmanagers: [] 35 resource.customizations.ignoreDifferences.batch_jobs: | 36 jqpathexpressions: 37 - xyz 38 - abc 39 jsonpointers: 40 - xyz 41 - abc 42 managedfieldsmanagers: 43 - xyz 44 - abc