github.com/argoproj-labs/argocd-operator@v0.10.0/tests/k8s/1-024_validate_apps_in_any_namespace/03-errors.yaml (about) 1 --- 2 apiVersion: rbac.authorization.k8s.io/v1 3 kind: Role 4 metadata: 5 name: example-argocd_test-2-24-custom 6 namespace: test-2-24-custom 7 --- 8 apiVersion: rbac.authorization.k8s.io/v1 9 kind: RoleBinding 10 metadata: 11 name: example-argocd_test-2-24-custom 12 namespace: test-2-24-custom 13 roleRef: 14 apiGroup: rbac.authorization.k8s.io 15 kind: Role 16 name: example-argocd_test-2-24-custom 17 subjects: 18 - kind: ServiceAccount 19 name: example-argocd-argocd-server 20 - kind: ServiceAccount 21 name: example-argocd-argocd-application-controller