github.com/operator-framework/operator-lifecycle-manager@v0.30.0/pkg/controller/operators/testdata/fixtures/rb.yaml (about) 1 apiVersion: rbac.authorization.k8s.io/v1 2 kind: RoleBinding 3 metadata: 4 name: foo 5 namespace: bar 6 roleRef: 7 apiGroup: rbac.authorization.k8s.io 8 kind: Role 9 name: foo 10 subjects: 11 - kind: ServiceAccount 12 name: foo 13 namespace: bar