github.com/argoproj/argo-cd@v1.8.7/test/e2e/testdata/always-outofsync/always-outofsync.yaml (about) 1 # This manifest will always be out of sync because the empty string for apiGroup will get defaulted 2 # to rbac.authorization.k8s.io by kubernetes, resulting in a difference. This manifest is useful for 3 # testing auto-sync and ensuring sure it does not fall into a sync loop. 4 apiVersion: rbac.authorization.k8s.io/v1 5 kind: RoleBinding 6 metadata: 7 name: always-outofsync 8 subjects: 9 - apiGroup: "" 10 kind: User 11 name: jane 12 roleRef: 13 apiGroup: "" 14 kind: Role 15 name: doesnt-matter